uploading
franklombardo
Posts: 4
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
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.