Stamp 2 to USB connection
natethegreat
Posts: 1
I just got the stamp 2 (had a stamp 1 for a while so it feels familiar!) and I wanted to be able to communicate between my computer and my stamp via USB for a small robotics project. The problem is I have little to no experience with the USB protocol or wiring at a low level. Do I need to know how to wire up a usb port to the stamp? Or can I use the usb connection that is used to program it? Also are there any good examples of using the serin serout commands properly and can the stamp 2 communicate both ways on a usb? I feel like these questions have all been answered before but doing a quick search of the forums I wasn't able to find much. If it helps, I plan to eventually use the stamp as a middle man between the main computer and the motors and sensors for a robot hence the need for information to go both ways. Any links to documentation and tutorials would be greatly appreciated!
Thanks!
Thanks!
Comments
Welcome to the forums!
A great place to start is the Sticky:
http://forums.parallax.com/showthread.php/110200-Member-Supported-FAQ
Yes, You can communicate over the same USB programming connection. You normally use the DEBUG command.
Read the Sticky and come back with more questions.