Search found 3 matches

by RobFisher
Fri Apr 13, 2018 7:02 pm
Forum: DM1x/DM1xL
Topic: [DM16] bit field manipulation
Replies: 1
Views: 7687

[DM16] bit field manipulation

There isn't a "software library" section in this part of the forum, so I hope this is welcome. I have been playing with my DM16C and finding it useful. Often I am working with data formats that encode values in bit fields with odd numbers of bits. For example, MPEG 2 transport streams are ...
by RobFisher
Tue Mar 27, 2018 12:26 pm
Forum: DM42
Topic: Stand alone Encoder/Decoder
Replies: 20
Views: 16136

Re: Stand alone Encoder/Decoder

I threw together a quick hack to be able to get Free42 to convert a program from text to binary on the command line: https://github.com/RobFisher/free42-linux-archive/commit/6384f9da31282b8bc81eb00cc26bd20def4fb07f Probably this could be developed further, such as removing the dependency on GTK and ...
by RobFisher
Tue Mar 20, 2018 11:39 am
Forum: Discuss!
Topic: Txt to Raw and Raw to Txt
Replies: 21
Views: 23624

Re: Txt to Raw and Raw to Txt

A commandline tool (I am UNIX/Linux based) to batch convert all of these would make it MUCH easier to view them The code to do this is in Free42 already, since you can copy a program to the clipboard as text. I made a command line option to do the reverse, here: https://github.com/RobFisher/free42-...