|
I use a Basic Stamp (BS2) from Parallax to feed data to my Dashboard program. I have a simple PBasic application which continually streams 26 bytes to my computer's serial port. I usually just have each byte cycle from 0 to 254 (or 255 depending on the byte) in ascending or decending order so I can see the changes in the dashboard. I even use it to check out our robot's code before downloading it into the robot.
|