Re: [Hamlib-developer] Problem with IC-9100
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Bill S. <g4...@cl...> - 2016-01-15 18:00:25
|
On 15/01/2016 17:10, Nate Bargmann wrote: > I'm not certain that no_xchg is required or not. Here is what I glean > from the source: > > $ git grep no_xchg > icom/icom.c:268: { TOK_NOXCHG, "no_xchg", "No VFO XCHG", "Don't > Use VFO XCHG to set other VFO mode and Frequency", > . > . > . > icom/icom.h:101: int no_xchg; /* Off: use VFO XCHG to set other > VFO, On: use set VFO to set other VFO */ > icom/icom.h:120: int no_xchg; /* Off: use VFO XCHG to set other > VFO, On: use set VFO to set other VFO */ > > If I am guessing correctly, with no_xchg=1 it is up to Gpredict to set > the sub vfo directly. I hope someone more familiar with both the > IC-9100 backend and Gpredict with chime in. Hi Nate & Marc, I put the no_xchg config parameter in a while back to allow an alternative way of setting the split TX frequency without glitching the Rx. It is used by WSJT-X but other software may find it useful. As for the IC-9100 SAT mode I don't have much to add, SAT mode on the IC910 and IC9100 is very different from other Icom CAT philosophy and not straight forward to control. Our project has no need for it. It is possible it simply doesn't work correctly yet. 73 Bill G4WJS. |