4 Nov 2006 17:32
Re: IC7000 backend
Goran SM6PPS <gsan.sourceforge <at> mailnull.com>
2006-11-04 16:32:26 GMT
2006-11-04 16:32:26 GMT
On Tuesday 31 October 2006 04.29, Kent Hill wrote:
> Here is the IC7000 backend. (and a couple of minor fixes). Use -m360
> for rigctl. It's completely untested, but taken from the ic7800 code.
> It compiles and links ok under Mandriva.
> Somebody please test under tranceive off mode (see previous posts). The
> S-meter reading is probably wrong and the parm and ext parm are not
> implemented, but otherwise it is fairly complete.
>
> good luck
> ad7ai
Hi,
here are my results:
I could not figure out how to apply the patch with the patch-command so I
implemented your changes manually.
I have only looked on the relevant part for IC-7000 I.e. not the parts that
actually didn't change anything or for IC-746 or IC-7800.
There is an error in ic7000.c which was not caught until I tried to do a
rigctl --list
const struct rig_caps IC7000_caps = {
should be:
const struct rig_caps ic7000_caps = {
(Continue reading)
RSS Feed