hmatuschek / qdmr

A GUI application for configuring and programming cheap DMR radios under Linux and MacOS X.
https://dm3mat.darc.de/qdmr/
GNU General Public License v3.0
216 stars 45 forks source link

TYT MD-UV380: incomplete codeplug read, zones not read, radio unresponsive after write #226

Closed KC1OCY closed 11 months ago

KC1OCY commented 2 years ago

Using version 0.10.2 on Lubuntu. On prior versions of qdmr I've been able to read from and write to this radio without issue. When using 0.10.2 qdmr did not completely read from the radio. Zones were not properly read from the radio. qdmr will not open a YAML file saved from the read codeplug; it throws the following error:

"Cannot read codeplug from file '/home/tom/Desktop/TYT 04302022.yaml': In configobject.cc:1185: 50225:4: Cannot parse list."

After writing to the radio, the radio would not respond to any button presses. Luckily I had a Windows computer available with the TYT CPS software and a prior codeplug that I could restore from.

hmatuschek commented 2 years ago

Oh, this sounds bad. First, we have to figure out if it is an encoding/decoding issue. Could you install the command line version dmrconf? This tool allows to read binary codeplug from the radio with

$ dmrconf --verbose read codeplug.dfu

In a second step, this codeplug can then be decoded to the yaml format using

$ dmrconf --verbose decode --radio=uv380 codeplug.dfu codeplug.yaml

Check if the decoded codeplug is somewhat correct. If the decoding fails, could you attach the binary one here?

hmatuschek commented 1 year ago

I've just tested it with my RT3S (MD-UV390) running the firmware versions 18.009 and 18.016. Worked fine with both versions. However, there is a bug in verion 0.10.3 (issue #252) that prevents the assembly of the codeplugs for TyT devices. The next release should fix that.

allesand commented 11 months ago

@KC1OCY Are recent qdmr versions working again like expected? (Trying to check on some open issues..)

KC1OCY commented 11 months ago

I haven’t used it for some time. I switched form Linux to Windows and have been using N0GSG Contact Manager.

==== Tom Ulrich Sent from my mobile device. Please pardon any typos.

On Sun, Oct 8, 2023 at 1:29 PM allesand @.***> wrote:

@KC1OCY https://github.com/KC1OCY Are recent qdmr versions working again like expected? (Trying to check on some open issues..)

— Reply to this email directly, view it on GitHub https://github.com/hmatuschek/qdmr/issues/226#issuecomment-1752140986, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY7S4IDHUWULQWEYASSRPGTX6L5JZAVCNFSM5U5QT6N2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZVGIYTIMBZHA3A . You are receiving this because you were mentioned.Message ID: @.***>

allesand commented 11 months ago

@KC1OCY Thanks for the update!

@hmatuschek Close this one then? Since your RT3S is working and is pretty much the same device, this seems to be solved?

hmatuschek commented 11 months ago

Ok, thanks for sorting this one out.