recovering code
Antonuccio
Posts: 17
Hello
I have a BS2 on a board of education and I have the latest version of basic stamp editor.
Is there a way to recover the code currently on my BS2 via Basic stamp editor while the BOE is hooked up to my PC?
I have writen many versions of the code currently on my BS2 and I cant remember wich is the most current. If I could recover the code from the BS2 it would be a great help
I have a BS2 on a board of education and I have the latest version of basic stamp editor.
Is there a way to recover the code currently on my BS2 via Basic stamp editor while the BOE is hooked up to my PC?
I have writen many versions of the code currently on my BS2 and I cant remember wich is the most current. If I could recover the code from the BS2 it would be a great help
Comments
I have two suggestions that will maybe help you in the future.
#1 - Look at the dates of the files you have saved.
The last one or the one before the last one may the one you are looking for.
#2 - In a different thread, someone had suggested to put a DEBUG statement containing the filename in the setup portion of
your program.
I started using the DEBUG labeling statements and it has saved me very much time in trying to determine which program is
currently loaded.
Occasionally, I will Still do some program changes and forget to update the DEBUG statement, but I'm getting better at it.
Yes, I learned the hard way about this. I now use DEBUG in every program I write for future references. Once the Stamp is where it's intended to remain then it can be removed if it takes up needed memory. If not, I just leave it.
http://forums.parallax.com/showthread.php/93047?p=639899&viewfull=1#post639899
-Phil