TS480-SAT with serial to USB converter - worked fine with Ham Radio deluxe in Windows 7. I have carried out varioius checks as suggested in the forum.
charlie@charlie-Lappie ~ $ sudo useradd -G dialout charlie
useradd: user 'charlie' already exists
============================================
From cqrlog --debug :
Settings:
-----------------------------------------------------
RigCtldPath:/usr/bin/rigctld
RigCtldArgs:-m 228 -r /dev/ttyUSB0 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=1
RunRigCtld: TRUE
RigDevice: /dev/ttyUSB0
RigCtldPort:4532
RigCtldHost:localhost
RigPoll: 500
RigSendCWR: FALSE
RigId: 228
Starting RigCtld ...
/usr/bin/rigctld -m 228 -r /dev/ttyUSB0 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=1
rig_open: error = IO error
rigctld started!
Connected to localhost:4532
Settings:
-----------------------------------------------------
RotCtldPath:/usr/bin/rotctld
RotCtldArgs:
RunRotCtld: FALSE
RotDevice:
RotCtldPort:4533
RotCtldHost:localhost
RotPoll: 500
RotId: 1
rotctld started!
Connected to localhost:4533
================================================
charlie@charlie-Lappie ~ $ /usr/bin/rigctl -m 228 -r /dev/ttyUSB0 -s 9600
rig_open: error = IO error
But if I log in as root:
/usr/bin/rigctl -m 228 -r /dev/ttyUSB0 -s 9600
TS480 is seen:
rig_register (228)
rig_register (219)
rig_register (232)
kenwood_init called
rig:rig_open called
kenwood_get_vfo_if called
kenwood_get_if called
kenwood_safe_transaction called
kenwood_transaction called
Opened rig model 228, 'TS-480'
Backend version: 0.8.5, Status: Untested
Rig command:
Rig command: kenwood_get_mode called
kenwood_safe_transaction called
kenwood_transaction called
kenwood2rmode called
Mode: LSB
Passband: 2400
Rig command: f
kenwood_get_freq called
kenwood_safe_transaction called
kenwood_transaction called
Frequency: 7092800
<frequency changed on rig>
Rig command: f
kenwood_get_freq called
kenwood_safe_transaction called
kenwood_transaction called
Frequency: 10101100
Any help greatly appreciated!
Charlie.
Sun, 2015-01-25 16:49
#1
TS480 Problems
Set everything as default. except the serial speed. See if that works.
Tom K8WDX
Tom,
Thanks for replying, I have tried that but no use. I will try again though and get back.
Charlie.
Hi Charlie,
are you member of dialout group? That will be the problem.
Use
sudo useradd -G dialout yourusername
after that, please log out nad log in again. It should work.
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Petr,
Thanks for your reply, I do appear to be a member - see the top of my post:
charlie@charlie-Lappie ~ $ sudo useradd -G dialout charlie useradd: user 'charlie' already exists
Charlie.
Petr & Tom,
Now working! Using the command above did not actually add me to the dialout group so I had to go into Administration > User and groups and add me there (this is in Linux Mint), log out/log in and CQRlog was communicating with the TS480.
Thanks!
Charlie.
See if this works
My settings for the TS-480 are now as this:
Rig ID model: 214Device: /dev/ttyS0 (because I have connected the radio to the computer with RS232, if you use USB, then the settings should be: /dev/ttyS1)Poll rate: 125Port number: 4532Serial speed: 9600 ( make the same settings in the radio, under meny nr.56)all other settings: default
The very low poll rate make changing of the freq/band without delays.
The rest should be default.
Tom K8WDX
Tom,
Thanks! I will try those settings, it will be Thursday before I get a chance and I'll get back then.
Charlie.
M0WYM.
For further refference......
This comment is wrong......
Use : sudo addgroup <your user name> dialout
useradd is to add a new user to the system :)
good luck
Alex
PA1SBM
Alex,
Yes, I realised that - eventually - by looking at at Users & Groups in Adminstration.
Charlie.