Hi, Just found Chirp and it looks great. I can download from my radio, but the upload fails with about 1/3 progress bar filled. I had a poke around and it looks like the '.img' file is a bit on the short side, and would need to be padded up to size.
After I import an '.icf' and save it as an '.img'. I can then create a fake '.icf' and compare the original with what chirp produces.... -- simon@bourne:~/chirp-0.1.9$ hexdump -v -e '"%04.4_ax10" 16/1 "%02.2X" "\n"' imported.img | tr '[:lower:]' '[:upper:]' > fake.icf simon@bourne:~/chirp-0.1.9$ diff -d --side-by-side fake.icf original.icf > diff.txt --
'diff.txt' is attached, you can see that it is missing data (all 0's) at the end of the file: -- 19301000000000000000003238323630303031 19301000000000000000003238323630303031 > 19401000000000000000000000000000000000 .... > 2FF01000000000000000000000000000000000 --
Cheers, Simon.
PS. I don't have UT-118 installed, I'm just looking for a Free/OS way to program this radio.
PPS. Do you have plans to include changing radio configuration (as well as memories?)