Hamlib/dummy
Nate Bargmann e942ab0a8e netrigctld.c: Add missing Set Split param--N2ADR
From the SourceForge tracker:

I am using version hamlib-1.2.15.2~rc3.  Start rigctl and specify rig 2
(rigctld). The command "s" (get_split_vfo) will return two parameters,
the spilt state (0 or 1) and the TX VFO name. The command "S"
(set_split_vfo) will send one parameter, the TX VFO name, but will not
send the split state (0 or 1).  This is incorrect. In the file
dummy/netrigctl.c change netrigctl_set_split_vfo() line 782:

len = sprintf(cmd, "S %s\n", rig_strvfo(tx_vfo));

to include the "split" paramater; perhaps:

len = sprintf(cmd, "S %d %s\n", split, rig_strvfo(tx_vfo));

Thanks to Jim, N2ADR for reporting this.
2012-10-27 08:56:15 -05:00
..
dummy.c Update LGPL header in Dummy source files. 2011-08-22 21:38:34 -05:00
dummy.h Update LGPL header in Dummy source files. 2011-08-22 21:38:34 -05:00
Makefile.am Move backend libraries into /usr/lib/hamlib directory. 2010-09-26 02:23:50 +00:00
netrigctl.c netrigctld.c: Add missing Set Split param--N2ADR 2012-10-27 08:56:15 -05:00
netrotctl.c Remove set but unused variable errors in dummy. 2011-08-25 11:21:05 -05:00
rot_dummy.c Update LGPL header in Dummy source files. 2011-08-22 21:38:34 -05:00
rot_dummy.h Update LGPL header in Dummy source files. 2011-08-22 21:38:34 -05:00