drowe67 / freedv-gui

GUI Application for FreeDV – open source digital voice for HF radio
https://freedv.org/
GNU Lesser General Public License v2.1
206 stars 52 forks source link

PTT control settings and CAT frequency control issues in FreeDV version 1.8.12 #477

Closed computer-wizard closed 1 year ago

computer-wizard commented 1 year ago

Transceiver Yaesu FT-847, OS: Ubuntu 22.04, FreeDV version 1.8.12

I have to use a separate USB to serial converter to control PTT as every connector (pkt, rtty & mic) has its own PTT in the FT-847. PTT over CAT can only control the front mic as this is a limitation of the firmware in the FT-847. RTTY connector is used with FreeDV.

Problem with FreeDV version 1.8.12

I can't use FreeDV to control the frequency over CAT (hamlib) after FreeDV startup. I use the following workaround in version 1.8.12,

1) Switch to "Use Hamlib PTT" (Rest of hamlib settings are already setup in FreeDV) 2) Test the PTT with 1) 3) Switch over to "User Serial Port PTT"

Now I can use FreeDV to set the frequency over CAT, although the hamlib settings are greyed out. I have to repeat the same workaround the next time I start FreeDV.

What I suggest is to make the PTT method separate from the rest of the (hamlib) CAT settings with a separate enable box, (Something along the line what WSJT-X is doing.) so that the rest of CAT control is still enabled.

Thanks

tmiw commented 1 year ago

Would the existing "PTT via" control work for your purpose?

Screenshot 2023-07-16 at 2 32 51 PM

You'll probably have to make up a new cable, though, to route RTS or DTR to the correct RTTY jack on the back.

tmiw commented 1 year ago

I haven't heard anything back on this but I think it's reasonable to have another "PTT Device" drop-down (probably only in the advanced PTT settings, not in Easy Setup) that appears if you choose RTS or DTR for "PTT uses". It'd probably not be too bad to hook into Hamlib, either. Will see if I can get some time.

computer-wizard commented 1 year ago

Thanks