Read Program back from Core?
-
I have a StickC Plus with a working program on it, but i lost the source file.
Is there a way to read a blockly/python script from a Core device?-
I assume the python source code is on the Core Device and being run through a MicroPython interpreter.
Is that correct, or is the Soruce being compiled down to something else before it is downloaded to the Core? -
Assuming 1. is correct, is there a way to read back the python script?
(appart from reading it back directly from the flash chip with a programmer and extracting from there)
-