Shop OBEX P1 Docs P2 Docs Learn Events
basic stamp 2 memory — Parallax Forums

basic stamp 2 memory

aaron87aaron87 Posts: 6
edited 2007-09-26 19:17 in BASIC Stamp
i want to save my programming code into my basic stamp 2, help im not sure of how to do it. could anyone tell me how to do that? thanks.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2007-09-26 19:17
    I'm not sure what you're asking. When you download your program (to run it) from the Stamp Editor to the BS2, the Editor is saving a compiled version of your program into an EEPROM on the Stamp. The original program source code is kept on the PC and is never saved to the Stamp itself (among other things, it's much too big for the limited memory of the BS2). Since the compiled program is stored in an EEPROM on the Stamp itself, it will remain there until it's replaced by another.

    If you don't understand how to download your compiled program to the BS2, all you need is a serial connection between the Stamp and your PC.· Have a look at the Basic Stamp manual.· It shows how to connect a Stamp to a PC and has complete descriptions of the Stamp Editor menu functions for downloading.· You can download the manual from the Parallax website if you don't have a copy already.

    Post Edited (Mike Green) : 9/26/2007 7:22:42 PM GMT
Sign In or Register to comment.