Hello,
Awhile back I had this working but it stopped all of a sudden years ago. Know I want to get it working agin. The settting from radio control don't seem to work. I've tried 0, 1, 2 stop bit and none worked. How about RTS and DTR?
Anyone have any clues?
Thanks,
Gabriel - N6OSB
Sun, 2013-02-24 06:17
#1
TS-2000 - Hamlib
Put everything the default except the serial seed. HTH Tom K8WDX
Also make sure you are part of the dial out group..
Tom K8WDX
I've used those setting and am getting no where. I turned on the internal TNC and I can communicate with it. Why can't get get TRX Control to work. Any other idea?
Gabriel
Hi Gabriel,
could you provide more info, please? What port settings do you have? Are you member of dialout group? Could you run cqrlog from console with debug=2 parameter and paste here the output related to radio control?
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Ok I think there might be a bug. In rig control syntax.
Here is what I get from debug:
Settings:
-----------------------------------------------------
RigCtldPath:/usr/bin/rigctld
RigCtldArgs:-m 214 -r /dev/ttyUSB1 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=2,parity=None,serial_handshake=None
RunRigCtld: FALSE
RigDevice: /dev/ttyUSB1
RigCtldPort:4532
RigCtldHost:localhost
RigPoll: 500
RigSendCWR: FALSE
RigId: 214
rigctld started!
Result0:N
Result1:Y
Result2:Y
Connected to localhost:4532
CW init
Device:
Port:
Device:
Last error nr: 9
Last error desc:Bad file number
Speed: 30
SELECT * FROM profiles WHERE visible > 0 ORDER BY nr
SELECT * FROM profiles WHERE visible > 0 ORDER BY nr
2013-07-05 23:11:48
If I run the rigctld comnand on its own I get this:
/usr/bin/rigctld -m 214 -r /dev/ttyUSB1 -t 4532 -s 9600 --set-conf=data_bits=8,stop_bits=2,parity=None,serial_handshake=None
Config parameter error: Feature not available
If I run it without the last parameter the binary accepts it. I'd have to take a look at the man pages to see how the syntax is wrong.
Thanks,
Gabriel - N6OSB
I upgraded to new version and selected start rigctld at startup and all is good.