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

Devel/0.12.0 does not write CTCSS values for FM channel to Anytone 878 #399

Closed allesand closed 11 months ago

allesand commented 11 months ago

Just a quick reminder for myself to supply more details later:

Current devel branch (actually branch 397..) does not write CTCSS values for an FM channel to my Anytone 878. Somewhat current master (0.11.3) works as expected. Reading from a radio with configured CTCSS works with "devel", the values are correctly displayed in the channel config. Writing and then reading again makes them disappear, though.

I will try to pinpoint when exactly writing CTCSS to Anytone 878 stopped working, but have to postpone that.

hmatuschek commented 11 months ago

You don't need to search for that: Copying instances of the Signaling enum fails. The new intermediate representation needs a copy of the codeplug to operate on. During this copying steps, the CTCSS setting is lost.

allesand @.***> schrieb am Mi., 18. Okt. 2023, 13:43:

Just a quick reminder for myself to supply more details later:

Current devel branch (actually branch 397..) does not write CTCSS values for an FM channel to my Anytone 878. Somewhat current master (0.11.3) works as expected. Reading from a radio with configured CTCSS works with "devel", the values are correctly displayed in the channel config. Writing and then reading again makes them disappear, though.

I will try to pinpoint when exactly writing CTCSS to Anytone 878 stopped working, but have to postpone that.

— Reply to this email directly, view it on GitHub https://github.com/hmatuschek/qdmr/issues/399, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACE6E6JFX2DRI5BZZNWLFDX766HNAVCNFSM6AAAAAA6FL3TDWVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DSNJUGQYDMMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

allesand commented 11 months ago

CTCSS no longer "Lost in translation" Issue closed.