Thread: [Hamlib-developer] IC737 ?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Sid B. <sb...@bl...> - 2002-11-16 01:23:39
|
I have an interface and grig up and running, but there is no ID for this rig. I can see stuff going back and forth on the interface and trace gives me the following:- read_string: timed out without reading a character TX 6 bytes 0000 fe fe 50 e0 03 fd RX 6 characters 0000 fe fe 50 e0 03 fd Also messages about not being able to get states. I presume this is because there is no valid ID for the IC737. Sid. -- Sid Boyce ... hamradio G3VBV ... Cessna/Warrior Pilot Linux only shop |
|
From: Stephane F. <f8...@fr...> - 2002-11-16 14:06:54
|
On Sat, Nov 16, 2002, Sid Boyce wrote: > I have an interface and grig up and running, but there is no ID for > this rig. I can see stuff going back and forth on the interface and > trace gives me the following:- > read_string: timed out without reading a character > TX 6 bytes > 0000 fe fe 50 e0 03 fd > RX 6 characters > 0000 fe fe 50 e0 03 fd > Also messages about not being able to get states. > I presume this is because there is no valid ID for the IC737. right. However, I just checked in support for it in the CVS repository. Have a look at the README.developer file if you're interested in testing the development version. In the mean time, you can still try to pass "-Ccivaddr=0x3c" to rigctl with model I735 or better. 73 Stephane |
|
From: Sid B. <sb...@bl...> - 2002-11-24 20:23:25
|
Some success to report."rigctl -Ccivaddr=0x3c -m 319 -vvvvvv" gave me the following results:- ------------------------------------------------------- rig:rig_open called Opened rig model 319, 'IC-735' Backend version: 0.2, Status: Alpha Rig command: f TX 6 bytes 0000 fe fe 3c e0 03 fd ..<... RX 6 characters 0000 fe fe 3c e0 03 fd ..<... RX 11 characters 0000 fe fe e0 3c 03 70 10 20 14 00 fd ...<.p. ... icom_get_freq: wrong frame len=5 get_freq: error = Command rejected by the rig Rig command: m TX 6 bytes 0000 fe fe 3c e0 04 fd ..<... RX 6 characters 0000 fe fe 3c e0 04 fd ..<... RX 8 characters 0000 fe fe e0 3c 04 01 01 fd ...<.... Mode: USB Passband: 2400 Rig command: E Memory#: 1 TX 7 bytes 0000 fe fe 3c e0 08 01 fd ..<.... RX 7 characters 0000 fe fe 3c e0 08 01 fd ..<.... RX 6 characters 0000 fe fe e0 3c fb fd ...<.. --------------------------------------------- I've tried most commands, but those are the ones that gave me other than "Feature Not Available". Specifying an IC756 did not work. 73....Sid. On Mon, 2002-11-18 at 22:35, Stephane Fillod wrote: > On Sat, Nov 16, 2002 at 02:59:03PM +0000, Sid Boyce wrote: > > I had been trying via grig, using IC735 and IC756, also under rigctl -m > > 300 (IC-DoItAll) and also rigctl -m 321 (IC737). It appears that if the > > rig isn't in the list (rigctl --list), it won't work. > > ------------------------------------------ > > # rigctl -Ccivaddr=0x3c > > Config parameter error: Feature not available > > try "rigctl -Ccivaddr=0x3c -m 326 -vvvvvv" > You should be able at least to exercise basic support. > > Let me know if you have trouble checking out the CVS version > (the autoconf/automake versions can be troublesome). > I can put a snapshot on the web site. > > 73's > Stephane -- Sid Boyce ... hamradio G3VBV ... Cessna/Warrior Pilot Linux only shop |
|
From: Stephane F. <f8...@fr...> - 2002-11-26 00:10:59
|
On Sun, Nov 24, 2002 at 08:23:14PM +0000, Sid Boyce wrote: > Some success to report."rigctl -Ccivaddr=0x3c -m 319 -vvvvvv" gave me > the following results:- > ------------------------------------------------------- > rig:rig_open called > Opened rig model 319, 'IC-735' > Backend version: 0.2, Status: Alpha > > Rig command: f > TX 6 bytes > 0000 fe fe 3c e0 03 fd ..<... > RX 6 characters > 0000 fe fe 3c e0 03 fd ..<... > RX 11 characters > 0000 fe fe e0 3c 03 70 10 20 14 00 fd ...<.p. ... > icom_get_freq: wrong frame len=5 > get_freq: error = Command rejected by the rig [..] > --------------------------------------------- > I've tried most commands, but those are the ones that gave me other than > "Feature Not Available". Specifying an IC756 did not work. > 73....Sid. This is because the 735 uses different freq len. The best for you is to grab the latest from http://hamlib.org/bleeding-edge/ , it has support the IC-737. The "-m 321" is your friend. 73 de Stephane |
|
From: Sid B. <sb...@bl...> - 2002-11-24 22:55:12
|
I tried "-m 319" and am able to get/set frequency, also with grig I am able to use mouse clicks to tune up/down, steps depending on what figure I click on, e.g if I am on 7075.000 and I click on the "5", it changes up to "7076.000" or down to "7074.000". I've now altered ic775.c to default address 0x3c, so I can access using grig. 73...Sid. On Mon, 2002-11-18 at 22:35, Stephane Fillod wrote: > On Sat, Nov 16, 2002 at 02:59:03PM +0000, Sid Boyce wrote: > > I had been trying via grig, using IC735 and IC756, also under rigctl -m > > 300 (IC-DoItAll) and also rigctl -m 321 (IC737). It appears that if the > > rig isn't in the list (rigctl --list), it won't work. > > ------------------------------------------ > > # rigctl -Ccivaddr=0x3c > > Config parameter error: Feature not available > > try "rigctl -Ccivaddr=0x3c -m 326 -vvvvvv" > You should be able at least to exercise basic support. > > Let me know if you have trouble checking out the CVS version > (the autoconf/automake versions can be troublesome). > I can put a snapshot on the web site. > > 73's > Stephane -- Sid Boyce ... hamradio G3VBV ... Cessna/Warrior Pilot Linux only shop |