Re: [Rigserve-devel] SVN updates - Icom
Status: Alpha
Brought to you by:
aa6e
From: James W. <lei...@gm...> - 2007-09-02 17:53:44
|
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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rigserve-devel mailing list > Rig...@li... > https://lists.sourceforge.net/lists/listinfo/rigserve-devel |