how does basic stamp read data?
hualala
Posts: 4
Hi,
i have wrote a C++ program that send data to basic stamp via serial port. I have a couple of variables so send to basic stamp. May i know how does basic stamp·recognise·the variables? thank in advance.
i have wrote a C++ program that send data to basic stamp via serial port. I have a couple of variables so send to basic stamp. May i know how does basic stamp·recognise·the variables? thank in advance.
Comments
The implementation is straight-forward using specific commands ( SERIN ) but is not trivial since the Stamp has no data buffer and the capture of data must occur at the instant it is available at the input pin.
There is considerable information in the Help files associated with the Editor which is free to download. I believe the current revision is 2.4.2.
Cheers,
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tom Sisk
http://www.siskconsult.com
·