Re: Can you prevent mode switching?

2021-10-28 Thread Thomas Beierlein
Am Thu, 28 Oct 2021 05:03:06 -0500 schrieb Nate Bargmann : > * On 2021 28 Oct 01:01 -0500, Thomas Beierlein wrote: > > - Add a new keyword as suggested above. > > - On bandswitch record not only the old frequency but also the > > mode. So TLF may start with turning the rig to CW on first start > >

Re: Can you prevent mode switching?

2021-10-28 Thread Nate Bargmann
* On 2021 28 Oct 01:01 -0500, Thomas Beierlein wrote: > - Add a new keyword as suggested above. > - On bandswitch record not only the old frequency but also the mode. So > TLF may start with turning the rig to CW on first start but remember > later any changes made directly at the trx. I would

Re: Can you prevent mode switching?

2021-10-27 Thread Thomas Beierlein
Am Thu, 28 Oct 2021 10:22:13 +0800 schrieb 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. > The change mode happens actually in handle_trx_bandswitch in gettxinfo.c It is calle

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 T

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 s

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 fea

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, bu

Can you prevent mode switching?

2021-10-26 Thread 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, but have the radio in SSB (LSB/USB per band as appropriate). -- 73,