Shop OBEX P1 Docs P2 Docs Learn Events
how to clear program from BS2 — Parallax Forums

how to clear program from BS2

salihozkulsalihozkul Posts: 2
edited 2008-03-12 01:28 in BASIC Stamp
Hi to all,
I bought a BoE, and a Ping Sensor...

I wrote some codes for BS2 and debugged it. It works fine...

But i don't know how to delete the debugged codes???
or is it possible???
or how to dowload new program on BS2 ???

thanks guys

salih

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-03-11 19:20
    To essentially erase the program you have, you can just download aprogram with nothing more than an END statement, as follows...
    ' {$STAMP BS2}
    ' {$PBASIC 2.5}
     
    END
    

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • salihozkulsalihozkul Posts: 2
    edited 2008-03-11 19:49
    Great ,
    thanks Chris

    Regards,
    Salih
  • FranklinFranklin Posts: 4,747
    edited 2008-03-12 01:28
    I wrote some codes for BS2 and debugged it. It works fine...

    But i don't know how to delete the debugged codes???
    or is it possible???
    or how to dowload new program on BS2 ???

    You don't need to delete anything as when you reprogram the stamp it overwrites any existing code.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
Sign In or Register to comment.