From: Michael M. <cmo...@gm...> - 2024-09-21 16:33:38
|
Mike, I am trying to use rotctl with one of my computer controlled rotor boxes. It is put out by AF6SA (WRC - Wifi Rotator Controller). It is supposed to be Yaesu GS-232 compatible and works ok with PST Rotator using a network connection with IP/Port. When I try to use it with rotctl I am getting errors. It appears to be connecting and getting a response but rotctl don’t like it. I ran it at command line with trace option on: michaelmorgan@Michaels-Mac-mini ~ % rotctl -vvvvv -m 602 -r 192.168.4.90:23 p rotctl Hamlib 4.6~git 2024-08-23T13:40:16Z SHA=846a56 64-bit Report bugs to <ham...@li...> rot_init called initrots4_gs232a called rot_register (601) rot_register (609) rot_register (610) rot_register (602) rot_register (603) rot_register (611) rot_register (612) rot_register (604) rot_register (605) rot_register (606) rot_register (607) rot_register (608) rot_open called rot_open: using network address 192.168.4.90:23:TCP network_open: TCP connect network_open: hoststr=192.168.4.90, portstr=23 network_open: client port=63937 Opened rot model 602, 'GS-232 Generic' Backend version: 20220109.0, Status: Stable rot_get_position called gs232_rot_get_position called network_flush called write_block(): TX 3 bytes 0000 43 32 0d C2. 0000 2b 30 30 34 33 2b 30 30 34 33 +0043+0043 network_flush called write_block(): TX 3 bytes 0000 43 32 0d C2. 0000 2b 30 30 34 33 2b 30 30 34 33 +0043+0043 network_flush called write_block(): TX 3 bytes 0000 43 32 0d C2. 0000 2b 30 30 34 33 2b 30 30 34 33 +0043+0043 network_flush called write_block(): TX 3 bytes 0000 43 32 0d C2. 0000 2b 30 30 34 33 2b 30 30 34 33 +0043+0043 get_pos: error = read_string_generic(): Timed out 0.452 seconds after 10 chars, direct=1 network_flush called write_block(): TX 3 bytes 0000 43 32 0d C2. read_string_generic called, rxmax=32 direct=1, expected_len=1 0000 2b 30 30 34 33 2b 30 30 34 33 +0043+0043 read_string_generic(): Timed out 0.448 seconds after 10 chars, direct=1 network_flush called write_block(): TX 3 bytes 0000 43 32 0d C2. read_string_generic called, rxmax=32 direct=1, expected_len=1 0000 2b 30 30 34 33 2b 30 30 34 33 +0043+0043 read_string_generic(): Timed out 0.449 seconds after 10 chars, direct=1 network_flush called write_block(): TX 3 bytes 0000 43 32 0d C2. read_string_generic called, rxmax=32 direct=1, expected_len=1 0000 2b 30 30 34 33 2b 30 30 34 33 +0043+0043 read_string_generic(): Timed out 0.452 seconds after 10 chars, direct=1 Communication timed out rot_close called network_close: close socket ret=0 rot_cleanup called michaelmorgan@Michaels-Mac-mini ~ % |