Shop OBEX P1 Docs P2 Docs Learn Events
Retrieve program from EEPROM — Parallax Forums

Retrieve program from EEPROM

Is there a way to get the EEPROM program or name of it?
Aaron

Comments

  • Only if the name of your program is embedded as a string inside it. The compiler converts your source to byte codes that are used by the Spin interpreter. That said, any ASCII strings are stored as-is, so you could grab the image out of the eeprom and view the strings inside. I think a few people have created dissemblers for the P1, but that will not give you your original source.
  • Thanks Jon
Sign In or Register to comment.