communicating with the Basic Stamp from the PC
ghogsett
Posts: 3
I have a BOE Stamp board. I also use the serial to USB adaptor. How would I communicate from an app on the PC (say, in C++, or something) to the Basic Stamp?
Tnx,
Jerry W6PPK
Tnx,
Jerry W6PPK
Comments
The Stamp I/O is either done with DEBUGIN / DEBUG or with SEROUT/SERIN 16,...
If you don't know how to set up and use a serial port on a PC with your language of choice, you'll need to learn how to do so elsewhere. There are some existing apps for communications with a Stamp like StampPlot Pro from Selmaware. Sometimes that's enough to get the data onto the PC.
Jerry