Re: [Rigserve-devel] SVN updates - Icom
Status: Alpha
Brought to you by:
aa6e
From: Martin A. <aa...@ew...> - 2007-09-02 21:29:34
|
Jim, Typo fixed. Thanks. The S-AM modes for R75 were wrong and have been corrected, I hope. Hex 11 is not the same as hex B. Hi. I'm not sure about the frequency setting problem. It definitely works for the R8500. It looks like some trouble in the command interpreter. Do you have problems with other "puts"? 73 Martin AA6E James Watson wrote: > Hi Martin, > > Sorry it's taken me so long to get round to looking at the software. > > I noticed a slight typo in the readme, "...which is 127.0.0.1. If > "telnet localhost 14562" does not work, you can try "telnet 127.0.0.1 > 14562"..." has the wrong port number. > > I'm having problems setting the frequency; > > Typing the following command; > > get rig1.VFOA.freq > 9420000 > put rig1.VFOA.freq 9425000 > > results in the following error message; > > Traceback (most recent call last): > File "./rigserve.py", line 295, in <module> > reply = str(command(rData)) > File "./rigserve.py", line 250, in command > result = func(args) > File "./rigserve.py", line 157, in do_put > resp = eval (cmd) # execute the command, response passed > up > File "<string>", line 1, in <module> > File "/home/jwatson/rigserve/trunk/icom.py", line 153, in freq > if not in_band(self.bands[v],f): > KeyError: 'VFOA' > > The read freq commands work ok. > > I'm also having problems with the rx_mode command; > > get rig1..rx_mode > ? Unrecognized rx hex mode: 0x112 > > (The receiver was in S-AM mode at the time) > > I'll have a look and see if I can figure out what's happening but may > not be able to do much until the weekend. > > Best regards > > > - jim > > On Tue, 2007-08-28 at 21:05 -0400, Martin AA6E wrote: >> A slew of updates mainly related to Icom support. Added IC-R75 support >> (Thanks, Jim!) with a framework to support many more Icom rigs in the >> future. >> >> 73 Martin AA6E >> |