Is it possible to programme the basic stamp across bluetooth?
lvera
Posts: 2
Is it possible to programme the basic stamp across bluetooth?
[noparse][[/noparse]Subject Added By Moderator]
Post Edited By Moderator (Chris Savage (Parallax)) : 6/12/2008 4:22:19 PM GMT
[noparse][[/noparse]Subject Added By Moderator]
Post Edited By Moderator (Chris Savage (Parallax)) : 6/12/2008 4:22:19 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
It is possible to send a program via Bluetooth or other wireless link to a Stamp by having a program on the Stamp to handle the download process and by using a program on the PC that's designed for this purpose. If you have a Stamp with more than 2K of program memory (like a BS2p), the default Stamp program can write the downloading program (using WRITE statements) to one of the other 2K slots in the EEPROM where it can be executed by the default (master) program after the download (using the RUN statement).