Basic Stampable?
Hello guys, i am looking at making a keypad door lock, and then allowing that to network to your computer, and give you logs and what not. I have written the code ad it works for a basic stamp bs2 chip, and it works, then when i looked into the pricing i found that the sx chips are much more efficient, how difficult would it be to transfer a basic stamp program over to sx, and can sx do all the little things that basic stamp can(serout/in, pulsout, freqout, etc..)? Any help would be awesome
Comments
The Propeller IDE requires Windows 2000 or XP at a minimum, but I think the Stamp and SX software only requires Windows 98SE. If you have a PowerPC based Mac, use GuestPC or VirtualPC. They're much slower than using an Intel Mac, but do work adequately for Stamp or SX stuff and I did run the Propeller IDE under Guest PC and XP for some months before I "bit the bullet" and got a MacBook. I'd use Windows 98SE with these emulators since they have lower overhead than XP. I wouldn't even consider Vista unless you can get it for free from work or some such thing.
Most of the Stamp models use an SX processor (other than the original "plain" BS2), but there's the interpreter involved. Using just an SX allows you to program in assembly to access the raw speed of the SX processor (and SX/B translates Basic to assembly which you can modify, then assemble). You don't need to add an EEPROM to the SX unless you need external data storage. Your program gets installed in the SX's internal flash EEPROM.