Home built stamp question
adn
Posts: 17
If I get the SX28AC chip from a local suplier and build the basic stamp module with the schematic supplied by parallax will I be able to program it with the Basic stamp editor?
Please help.
Post Edited By Moderator (Dave Andreae (Parallax)) : 8/2/2005 7:40:31 PM GMT
Please help.
Post Edited By Moderator (Dave Andreae (Parallax)) : 8/2/2005 7:40:31 PM GMT
Comments
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
Http://www.parallax.com
·
The PBasic IDE environment depends on the BS2 (whatever flavor) having a run-time environment pre-burnt into a PIC or SX processor on the module. This run-time environment then loads your compiled PBasic 'tokens' (each PBasic keyword becomes an integer, basically) into the on-module EEPROM. The on-module PIC then reads the EEPROM and 'runs' (interprets and executes) your program.
The run-time environment on the PIC is Parallax proprietary, and without it, you won't have a BS2.