Basic Stamp 1 and Tokenizer
joekamphaus
Posts: 4
I am a programmer but am a novice at the micro controller stuff. I have been asked to
make a gui interface to control features in a BS1. As I see it this can be done one of
either 2 ways. Serial communication or using the tokenizer.dll to reprogram the eprom.
The serial cable will not always be connected. In order to use SERIN to get data from the
PC I must be able to pole serial port for data in a loop. This must have a fairly short
timeout which apparently I cannot do with the BS1. As near as I can tell I will be unable
to use the tokenizer.dll with a BS1 either.
Is there any way to do this or are my assumptions correct? Should I suggest my client upgrade to a BS2?
Thanks
Joe
make a gui interface to control features in a BS1. As I see it this can be done one of
either 2 ways. Serial communication or using the tokenizer.dll to reprogram the eprom.
The serial cable will not always be connected. In order to use SERIN to get data from the
PC I must be able to pole serial port for data in a loop. This must have a fairly short
timeout which apparently I cannot do with the BS1. As near as I can tell I will be unable
to use the tokenizer.dll with a BS1 either.
Is there any way to do this or are my assumptions correct? Should I suggest my client upgrade to a BS2?
Thanks
Joe
Comments
Reprogramming a Stamp using the tokenizer is very time consuming. I don't recommend it as a way to control a Stamp.
The BS1 is limited in capability. It has only 8 I/O pins, little data storage (variables) and has limited program capacity. It is very useful for simple tasks. It may be adequate for yours depending on how complex it is. A BS2 or other BS2xx is much more capable. They're faster, have more I/O pins (16 or 32), more built-in features, more data storage, and more program storage.
Joe
Thanks
Joe
Joe
it might be of benefit to you to check out the whats a microcontroller text.. this would give you enough electronics to do what you ask..
http://www.parallax.com/Portals/0/Downloads/docs/books/edu/Wamv2_2.pdf
Post Edited (kb1nrb) : 10/23/2008 12:54:29 AM GMT