Shop OBEX P1 Docs P2 Docs Learn Events
Running a program without the editor — Parallax Forums

Running a program without the editor

larryp1larryp1 Posts: 8
edited 2012-02-10 15:42 in General Discussion
I am getting close to having a sensor package working. Right now I execute the program by pressing the run button in the editor. Once I have it working correctly how can I start the program without my laptop attached?

Comments

  • davejamesdavejames Posts: 4,047
    edited 2012-02-10 12:40
    Larry - once the program is loaded into the Stamp via the Run button (if we're talking BS2), the program will automatically run when the Stamp is powered up. No need for the computer to be connected.

    If you're talking Propeller, errrrrr, I haven't a clue. I would guess a Prop expert will chime in shortly.
  • FranklinFranklin Posts: 4,747
    edited 2012-02-10 15:07
    On the Prop I believe F11 will write your code to the ROM. It will then run at powerup or after a reset.
  • PublisonPublison Posts: 12,366
    edited 2012-02-10 15:42
    Franklin wrote: »
    On the Prop I believe F11 will write your code to the ROM. It will then run at powerup or after a reset.

    Agreed, hitting F11 will download the Propeller program to the EEPROM, on the Basics Stamp, just by the virtue of you selecting RUN, the PBASIC program automatically gets loaded to it's EEPROM. It's just a matter of powering up the BS2, and it will run on it's own.

    So which MCU was that ?

    Jim
Sign In or Register to comment.