Changes for page Developers
Last modified by Coleman Benson on 2022/04/12 12:12
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,7 +12,7 @@ 12 12 = **FLOWBOTICS DEVELOPER ZONE** = 13 13 14 14 (% style="width:710px" %) 15 -|(% colspan="2" %)So you've been using[[ FlowBotics Studio>>doc:ses-software.flowbotics.learn-more.WebHome]] and want to start creating stand-aloneApps?In this section, you should be able to find all the information you need to do just that.15 +|(% colspan="2" %)So you've been using[[ FlowBotics Studio>>doc:ses-software.flowbotics.learn-more.WebHome]] and want to start creating Apps. In this section, you should be able to find all the information you need to do just that. 16 16 |(% colspan="2" %)((( 17 17 * [[Getting Started>>doc:ses-software.flowbotics.developers.getting-started-tutorial.WebHome]] 18 18 * [[Modifying a Project from the App Store>>doc:ses-software.flowbotics.developers.phidgets-888-app-tutorial.WebHome]] ... ... @@ -42,7 +42,7 @@ 42 42 43 43 [[image:lynxmotion-app-programming-guide.png]] 44 44 ))) 45 -|(% colspan="2" %)**Implementing Serial Protocol** 45 +|(% colspan="2" %)**Implementing Serial Protocols** 46 46 |(% colspan="2" %)Many hardware devices communication with the computer using a serial protocol. Some are simple ASCII-based protocols, but others can be more complex binary ones that require checksums. No matter, both can easily be made in FlowBotics. Here's a [[Lynxmotion SSC-32 Protocol Tutorial>>doc:.lynxmotion-ssc-32-protocol-tutorial.WebHome]] which is ASCII-based and a [[Dynamixel Protocol Tutorial>>doc:.dynamixel-protocol-tutorial.WebHome]] which is binary. 47 47 |(% colspan="2" style="text-align:center" %)((( 48 48 Go to Tutorial: Lynxmotion SSC-32 Protocol