Re: [Hamlib-developer] Problem with IC-9100
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@n0...> - 2016-01-15 17:10:29
|
* On 2016 13 Jan 20:27 -0600, Marc Hillman - VK3OHM wrote: > Hamlib rigctld 3.0.1 > > Rig model 368, 'IC-9100' Backend version 0.7 Status: Untested > > > > I am using Gpredict and stated version of hamlib to control an IC-9100. > Below is the Windows 10 DOS command I use to start rigctld, and the > resulting diagnostics. > > > > The Main VFO is being updated, but the Sub is not. IC-9100 is in Satellite > mode, VFO. Any clues? Hi Marc. Welcome to Hamlib. I've been hoping someone familiar with the IC-9100 and its backend would reply. Hopefully they will. > Also, despite configuring itu_region=3, its reported value is 2. Why does > itu_region even matter? I don't think it matters, so probably it is better to not pass the option. I think this harkens back to the earlier days when there may have been a plan to include region specific frequency ranges for backends to check that an out of band TX frequency is detected, for example. Personally, my thought is that such decisions may be better left to applications or operator knowledge. > start "rigctld" rigctld -L -m 368 -r COM5 -s 9600 -c 0x7c -T 127.0.0.1 -t > 4532 -C no_xchg=1,itu_region=3 -vvvvv :: IC-9100 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. 73, Nate -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true." Ham radio, Linux, bikes, and more: http://www.n0nb.us |