Integration of BS2 into C++
Kh3ldrin
Posts: 11
Hi guys, i managed to get my BS2 to run ultrasonic sensors and servos, but now i am stuck at that. My sensors and servos need to be installed on a robot thats controlled using C++ codes, so just wanna ask is there anyway of integrating BS2 into C++ codings? or rather just get C++ to read my BS2's received info? Thanks
Comments
There is no standard way to package the information back and forth. The Stamp could transmit the raw sensor information to the PC and the PC could send raw servo position information back to the Stamp or you could come up with some other scheme.