communication question
Thirteeneven
Posts: 11
hi there
I need to communicate between two boards one is the boe with a bs2 and the other is a phidgetts board with analog inputs. Going from the boe to the phidgetts board what would be the best way to go about this. Also I need it to be in the sense of got data from a sensor on the boe and then send straight to the phidgetts board for interpreting the data and sending commands to a robot that runs on C++ programming
Please help thanks
Josh
I need to communicate between two boards one is the boe with a bs2 and the other is a phidgetts board with analog inputs. Going from the boe to the phidgetts board what would be the best way to go about this. Also I need it to be in the sense of got data from a sensor on the boe and then send straight to the phidgetts board for interpreting the data and sending commands to a robot that runs on C++ programming
Please help thanks
Josh
Comments
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
Thanks
josh
What you send from the Stamp to the Phidgett board depends on the details of what you want to do. You can send your sensor data as numbers. You can send some kind of character (like a single letter as a code) that tells your PC program what's happening with the Stamp program. SEROUT just sends what characters and numbers you tell it to.
http://www.parallax.com/Store/Books/BASICStamp/tabid/168/CategoryID/42/List/0/Level/a/ProductID/143/Default.aspx?SortField=ProductName%2cProductName
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·