BS2 to BS1 codes
cydelcamat
Posts: 53
in BASIC Stamp
Hi guys, Anyone here who can convert bs2 to bs1? I really need this asap.
Thanks!
Thanks!
This discussion has been closed.
Comments
A BS1 program is going to have to be very short because the BS1 has very little program memory ... 256 bytes as opposed to a BS2's 2K. There are fewer variables available. A BS1 is also quite slow compared to a BS2 and limited to 2400 Baud for serial I/O. Some statements and functions don't exist and some have limited functionality.
If your BS2 program fits these constraints, it's pretty straightforward to convert it.