[Hamlib-developer] First results with TS-870
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Joop S. <pa...@de...> - 2001-12-11 13:30:52
|
Hi Stephane and others, Setting the communication parameters to 57600 bps has done the trick! This is the maximum speed that the rig can handle. Here are result for reading f (with the frequency set to 21010.01 kHz) and setting the frequency to 14000.00 kHz. The frequency is not displayed correctly, even though the received characters are OK. Also, note the timeout when setting the frequency: aba@pc3:~$ rigctl -vvvvv -m 210 rig:rig_init called rig: loading backend kenwood kenwood: _init called rig_register (203) rig_register (204) rig_register (216) rig_register (210) rig:rig_open called TX 3 bytes 0000 46 52 3b FR; RX 1 bytes 0000 46 F RX 1 bytes 0000 52 R RX 1 bytes 0000 30 0 RX 1 bytes 0000 3b ; Opened rig model 210, 'TS-870S' Rig command: f TX 3 bytes 0000 46 52 3b FR; RX 1 bytes 0000 46 F RX 1 bytes 0000 52 R RX 1 bytes 0000 30 0 RX 1 bytes 0000 3b ; TX 3 bytes 0000 46 41 3b FA; RX 1 bytes 0000 46 F RX 1 bytes 0000 41 A RX 1 bytes 0000 30 0 RX 1 bytes 0000 30 0 RX 1 bytes 0000 30 0 RX 1 bytes 0000 32 2 RX 1 bytes 0000 31 1 RX 1 bytes 0000 30 0 RX 1 bytes 0000 31 1 RX 1 bytes 0000 30 0 RX 1 bytes 0000 30 0 RX 1 bytes 0000 31 1 RX 1 bytes 0000 30 0 RX 1 bytes 0000 3b ; Frequency: 4611874313014867927 Rig command: F 14000000 TX 3 bytes 0000 46 52 3b FR; Frequency: RX 1 bytes 0000 46 F RX 1 bytes 0000 52 R RX 1 bytes 0000 30 0 RX 1 bytes 0000 3b ; TX 14 bytes 0000 46 41 30 30 30 31 34 30 30 30 30 30 30 3b FA00014000000; fread_block: timedout after 0 chars set_freq: error = Communication timed out Rig command: q rig:rig_close called rig:rig_cleanup called aba@pc3:~$ I am interested in setting up some kind of test program for this rig. Regards, Joop PA4TU |