Shop OBEX P1 Docs P2 Docs Learn Events
uploading — Parallax Forums

uploading

franklombardofranklombardo Posts: 4
edited 2013-09-24 07:45 in General Discussion
I would like know if there is a way to upload a programmed bs2 microcontroller to my bs2 editor in order to make changes.

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2013-09-24 07:45
    No.

    1) The program stored in the BS2 is not editable. The Stamp Editor compiles your program into a very compact "byte code" form. All the variable names and labels are removed and the statements transmogrified into numeric codes which are what is downloaded.

    2) There's no mechanism to upload the byte codes. You'd have to download a program to send the rest of memory back to the editor and that program would overwrite part of the existing program.
Sign In or Register to comment.