n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

Yaesu ALT-M mode change not working on newer radios #681

Closed ny4i closed 1 year ago

ny4i commented 1 year ago

While the program follows the mode of the radio, when using ALT-M to toggle the modes, the command is not being sent to the radio. This occurs on the FTDX101 and the FT991A at least.

ny4i commented 1 year ago

The code in LogRadio RadioObject.SetRadioFreq for most Yaesu radios (except very old) was ALL WRONG. I had some code to not change the radio mode to Digital if the radio was already in Digital but that was causing errors when the mode requested was not digital. This has been changed to work like the Kenwood and Icom code for this decision.