On Fri, 10 Dec 1999 09:45:21 -0600, Adam Bryant wrote: >I have been looking at the various projects on the web that implement a >Basic Stamp clone using a 16F84. The obvious drawback to these is the >limitation of 64 bytes of internal EEPROM on the F84. It should be an >easy matter to modify one of these projects to use an external EEPROM Or an F873 / F874 / F876 / F877 ? You could make sort of a "super stamp" with one of those and an external serial EEPROM (or without one; the 876 & 877 have 256 bytes of EEDATA). >if >I could find the source code. Does anyone know of one of these projects >that is public domain and distributes the source code for the F84? I >could disassemble the code from the provided HEX file, but that may be >illegal? and I don't want to infringe on anyone's intellectual property. >I guess my other option is to re-invent the wheel and create my own Stamp >clone. Surely, if you find out let all of us know. I looked at the BS/4 project once but passed it up do to the limitations and lack of source. However, if I could juice it up a bit myself I might be interested. Dan