Re: [Hamlib-developer] [Hamlib/Hamlib] 6dcd60: Increate FT747GX post_write_delay from 5ms to 10ms
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Black M. <mdb...@ya...> - 2024-11-25 05:24:58
|
Hmmm...the FT747GX code doesn't even pay attention the transmit VFO. I tested with my simulator and see the same command sent to the rig with both "S 1 VFOA" and "S 1 VFOB". Logically the VFOA request as that's supposed to be the TX VFO and I don' think that rig support a reverse split with TX on VFOA. Can you run rigctl with -vvvvv and show some debug where VFOB fails and VFOA works? rigctl -m 1005 -r /dev/pts/4 -vvvvv -Z S 0 VFOA S 1 VFOB S 1 VFOA >log.txt 2>&1 And send me the log.txt file. 2024-11-24T23:10:30.333821-0600: rig_force_cache_timeout called 2024-11-24T23:10:30.368170-0600: write_block(): TX 5 bytes 2024-11-24T23:10:30.368241-0600: 0000 00 00 00 01 01 ..... Mike On Sunday, November 24, 2024 at 11:02:34 PM CST, Adrian <vk...@gm...> wrote: Also regarding the FT-747GX I found that S 1 VFOB does not enable split S 1 VFOA does enable split and it does TX on VFOB S 0 VFOB does disable split as expected and if VFOA used. In my node red control to rigctld , I changed both on/off VFOB entries to VFOA. I note that wsjtx has always been messy with the FT-747GX selected as radio diurect using rig split, when using HRD as interface worked fine. 73 vk4tux On 9/11/24 14:30, Michael Black via Hamlib-developer wrote: > Branch: refs/heads/master > Home: https://github.com/Hamlib/Hamlib > Commit: 6dcd60c2ac68bed9b5129befdac71f06d265cdce > https://github.com/Hamlib/Hamlib/commit/6dcd60c2ac68bed9b5129befdac71f06d265cdce > Author: Mike Black W9MDB <mdb...@ya...> > Date: 2024-11-08 (Fri, 08 Nov 2024) > > Changed paths: > M rigs/yaesu/ft747.c > M rigs/yaesu/ft747.h > > Log Message: > ----------- > Increate FT747GX post_write_delay from 5ms to 10ms > Doing two commands at once via rigctld needed a little extra delay > > > > To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications > > > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer |