Re: Can you prevent mode switching?

2021-10-27 Thread Onno VK6FLAB
The mode change is still being populated on band change, even if I comment out the band-change rig_set_mode call at the bottom of src/gettxinfo.c. I suspect that the mode change is secretly being sent with the frequency change and have been trying to investigate filtering out mode changes in the

Re: Can you prevent mode switching?

2021-10-27 Thread Nate Bargmann
* On 2021 27 Oct 18:23 -0500, Onno VK6FLAB wrote: > I've just removed (commented out) all rig_set_mode calls in src/gettxinfo.c > and the behaviour persists. Not sure where else to look. Hi Onno, Follow the logic from the parsing of logcfg.dat with the SSBMODE and RTTYMODE keywords. That should

Re: Can you prevent mode switching?

2021-10-27 Thread Onno VK6FLAB
I've just removed (commented out) all rig_set_mode calls in src/gettxinfo.c and the behaviour persists. Not sure where else to look. I agree with Nate, TLF should follow the mode, not set it unless specifically instructed to do so. On Thu, 28 Oct 2021 at 02:25, Nate Bargmann wrote: > IMO, Tlf

Re: Hamlib keying

2021-10-27 Thread Christoph Berg
Re: Thomas Beierlein > But anyway - your work looks promising. What most users will miss is > the ability to abort the message. It would be good to have a > solution for that problem before merging it in. In fact aborting the message does work, but rigctld isn't properly forwarding the request

Re: Can you prevent mode switching?

2021-10-27 Thread Nate Bargmann
IMO, Tlf should follow the rig mode and NOT set it unless the operator specifically issues a mode change command in the call field. I've intended to look into it but haven't made it that far. 73, Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist

Re: Can you prevent mode switching?

2021-10-27 Thread Thomas Beierlein
Am Wed, 27 Oct 2021 09:54:38 +0800 schrieb Onno VK6FLAB : > When I change bands, TLF automatically changes the mode (CW/LSB/USB), > even if I don't want it to do that. Can I decouple the TLF mode from > the radio mode without losing rig control? > > Specifically I want to leave TLF in CW mode,