Search found 12 matches

by LZ1CK
Mon Jul 13, 2020 5:08 am
Forum: CPS
Topic: Read/write GD-77 codeplug in Linux in Python 3 (experimental)
Replies: 51
Views: 47875

Re: Read/write GD-77 codeplug in Linux in Python 3 (experimental)

Thanks all! I now have some reading to do, and this is an evenings/weekends project, so it may take a while. But I find it baffling that this excellent open-source firmware currently requires Windows. Well, not really, py script for read/write with OpenGD77CPS for editing under Wine works, but is no...
by LZ1CK
Sun Jul 12, 2020 9:58 am
Forum: CPS
Topic: Read/write GD-77 codeplug in Linux in Python 3 (experimental)
Replies: 51
Views: 47875

Re: Read/write GD-77 codeplug in Linux in Python 3 (experimental)

I need a way to read/write/edit codeplugs on Linux, so I started fiddling with this script here: https://github.com/kzyapkov/opengd77xfer Ideally, I want to implement parsing the codeplug to/from CSV or some other portable format. I'll probably have to look into the firmware or the CPS tool to figur...