Basic stamp 2 serial interface
Dan990
Posts: 13
Ok i am sorry if the answer to my question has aready been given but i cant find it. i am in the process of making a custom light show using the basic stamp 2. i need to use the simple high/low commands and also the servo commands. but my problem is that the code for the show will be way to long to fit on the eeprom. and my question is. is there any way to have the code on my computer and have it send the commands one at a time or parts. but it has to do it by it self.
Comments
www.parallax.com/tabid/535/Default.aspx
www.parallax.com/tabid/440/Default.aspx
www.parallax.com/tabid/272/Default.aspx
I had mentioned using DATA statements to hold the song information. A lot depends on what you want to control and how you want to control it. Describe in more detail what you want to do.
You normally use the SERIN statement to input serial data, like from a PC. Also look at the DEBUGIN statement which is similar.