Has anyone else used this radio for this? I installed hamlib, but when I run the rigctl command I don’t see a rig command prompt, it simply exits without any kind of error message
It appears to be definition entry number 2035 for that radio
asl@node43193:~ $ rigctl -l | grep -i tm-v71
2035 Kenwood TM-V71(A) 20250107.1 Stable RIG_MODEL_TMV71
[ 2074.050738] usb 1-1.4: Manufacturer: FTDI
[ 2074.050749] usb 1-1.4: SerialNumber: D30K01AU
[ 2074.061635] usb 1-1.4: Detected FT-X
[ 2074.066053] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
asl@node43193:~ $ rigctl -m 2035 -r /dev/ttyUSB0 -s 38400 -v
asl@node43193:~ $
I’ve tried setting the radio at a couple different baud rates and adjusted at the command line. Same results. What am I doing wrong?
asl@node43193:~ $ sudo rigctl -m 2034 -r /dev/ttyUSB0 -s 38400 m 2
error = kenwood_transaction: read_string retval < 0, retval = -5, retry_read=3, rp->retry=3
kenwood.c(711):kenwood_transaction returning2(-5) Communication timed out
rig_get_mode: retcode after get_mode=-5
rig_get_mode(3052): freqMainA=0, modeMainA=, widthMainA=0
rig_get_mode(3052): freqMainB=0, modeMainB=, widthMainB=0
***3:cache.c(40):rig_set_cache_mode entered
rig_set_cache_mode(42): freqMainA=0, modeMainA=, widthMainA=0
rig_set_cache_mode(42): freqMainB=0, modeMainB=, widthMainB=0
rig_set_cache_mode(155): freqMainA=0, modeMainA=, widthMainA=0
rig_set_cache_mode(155): freqMainB=0, modeMainB=, widthMainB=0
***3:cache.c(156):rig_set_cache_mode returning(0)
rig_get_mode(3107): freqMainA=0, modeMainA=, widthMainA=0
rig_get_mode(3107): freqMainB=0, modeMainB=, widthMainB=0
**2:rig_get_mode: elapsed=8052ms
**2:rig.c(3111):rig_get_mode returning(-5) Communication timed out
rigctl_parse.c(2344):rigctl_get_mode returning2(-5) Communication timed out
Communication timed out
Invalid arg for command 'power2mW'
asl@node43193:~ $