Programming BASIC Stamp with I2C
Guy Winslow
Posts: 4
Hi I have and automation controller I built that talks 802.11b, but it just handles basic IO and analog conversion talking to program on PC remotely. I need to put a controller into it that runes a simple language (BASIC). This is the hang-up, how do I program it through my communications controller? My communications controller can talk rs232, but I have and i2c port with programming library already.
Is it passable to program the Basic stamp through the I2C?
Can I debug the basic stamp code? Can I Reset the stamp?
Is there a set of libraries I can include into my .NET controller application IDE builder?
Is it passable to program the Basic stamp through the I2C?
Can I debug the basic stamp code? Can I Reset the stamp?
Is there a set of libraries I can include into my .NET controller application IDE builder?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
While conceptually it is quite feasible, it is indeed an ambitious project in Assembler. On the other hand, the SX/B might make it come together quite handily.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Did I miss something?
That would indeed create an I2C interface, but it would not allow you to program the BasicStamp via it.
From what I read, I thought he wanted to program the BasicStamp from a remote site. {I love the idea.}
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
You must use serial to program the BASIC Stamp. The BASIC Stamp can behave like an I2C master, but not an I2C slave.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Your project sounds very tricky. Good luck -- I hope you can make it work!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax