Shop OBEX P1 Docs P2 Docs Learn Events
Boot into Program After Powering Off and Back On — Parallax Forums

Boot into Program After Powering Off and Back On

chiqueschiques Posts: 21
edited 2010-10-17 18:22 in BASIC Stamp
Hello everyone,
How do store and tell my Basic Stamp to immediately run stored code?


I am using bstamp_tokenizer and bstamp_run. Is this only a feature in Windows?

Comments

  • Phil Pilgrim (PhiPi)Phil Pilgrim (PhiPi) Posts: 23,514
    edited 2010-10-17 15:06
    All BASIC Stamp code is stored in EEPROM before it's run. You don't have to do anything special for this to happen. Every time you reset or power up, the program starts automatically.

    -Phil
  • ercoerco Posts: 20,256
    edited 2010-10-17 16:28
    Are you using DOS? If so, your editor programs should be Stamp.exe or (IIRC) Stamp2.exe. You can load & save your program to disk using the menus (IIRC alt-L and alt-S) and then you upload to the Stamp with the run command, alt-R.

    Per PhiPi, your Stamp starts running at powerup.
  • chiqueschiques Posts: 21
    edited 2010-10-17 18:22
    Hey Guys,
    I appreciate the responses. I'm using Ubuntu. I can tokenize (compile) the code and load it just fine (see http://bstamp.sourceforge.net/).

    I'll try again now that I know I don't have to do anything special.

    Thanks!
Sign In or Register to comment.