Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
Communication between Visual C and Boe-bot — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Accessories
Communication between Visual C and Boe-bot
Rayderon
Posts:
7
2011-01-10 07:19
edited 2011-01-10 07:59
in
Accessories
Hi! Does any one know anyway I can output realtime data from C to Boebots? Thanks!
Comments
Mike G
Posts:
2,702
2011-01-10 07:59
edited 2011-01-10 07:59
I assume you mean a VC program running on a computer. Use VC to open a serial port connection and send the data to the BoeBot. The BoeBot must be listening or polling for the data.
This is a C# example over TCP
http://www.agaverobotics.com/spinneret/controlpanel.htm
Sign In
or
Register
to comment.
Comments
This is a C# example over TCP
http://www.agaverobotics.com/spinneret/controlpanel.htm