Shop OBEX P1 Docs P2 Docs Learn Events
Basic Stamp 2px - is the code space divided? — Parallax Forums

Basic Stamp 2px - is the code space divided?

SN96SN96 Posts: 318
edited 2005-08-26 18:43 in BASIC Stamp
Hello all,

The Basic Stamp 2px - is the code space divided into blocks like the bs2e? If so, does this make it tricky to program?

Thanks

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2005-08-26 18:14
    Hello,

    ·· The BS2px24 EEPROM is divided up into 8 slots.· Each slot is 2K.· As for programming, you still have 2K total (Like a BS2) but you can have the current program run another program using the RUN command.· You can preserve your variables from one slot to the next.· Finally, you can use the STORE command to allow READ and WRITE to work in other slots for data logging/storage.· Please see the help file or BASIC Stamp Manual on the listed commands for more information.


    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
  • SN96SN96 Posts: 318
    edited 2005-08-26 18:43
    Ok thanks!
Sign In or Register to comment.