Page 3 of 3

Re: Txt to Raw and Raw to Txt

Posted: Fri Sep 07, 2018 8:25 am
by pica
You can also use the PC version of free42. It will export/import a program as .raw, and copy/paste from the display as .txt. The .txt will have line numbers that you can strip using an editor like geany.

Re: Txt to Raw and Raw to Txt

Posted: Sun Nov 25, 2018 3:38 am
by tgray
So it's not perfect, but I finally got around to writing an encoder in Python to convert programs to raw files. Maybe I will add decoding to it at some point, though I hope Swiss Micros just enables text import/export of programs directly on the DM42. It is already built into Free42 after all.

I make no guarantees to the quality of the code. I did test it some on programs I've written as well as the 'stress.txt' program on the Free42 website.

https://github.com/tgray/dm42coder