reading picaxe

tea monster

New Member
is there a way to read the code in a picaxe chip using the programming editor, as i cant find any reference to this. what i want to do is add messages in the serial oled display and dont fancy writing in the code from scratch and changing the bits i need,
 

Goeytex

Senior Member
Sorry, it cannot be done. There is no way to read the code out of a Picaxe. You will have to re program it.

This also means that the only copy of your code is what was saved with the Programing Editor. If that gets lost or
deleted you have to start from scratch. So its important to backup your code.
 
Last edited:

nick12ab

Senior Member
what i want to do is add messages in the serial oled display and dont fancy writing in the code from scratch and changing the bits i need,
Which serial OLED? AXE033 or AXE133? For AXE033, you use command number 253 with syntax shown in its PDF and for AXE133 you download the code for 18M2 off the Rev-Ed website and change the messages there.
 
Top