Universal_HamRadio_Remote_HTML5 icon indicating copy to clipboard operation
Universal_HamRadio_Remote_HTML5 copied to clipboard

rigctld / NETRIGCTL

Open Links2004 opened this issue 2 years ago • 0 comments

Hi, I am currently trying to get my X6100 running with UHRR. but It looks like that UHRR can not handle the HAMLIB radio model NETRIGCTL correctly. the dropdown still shows the tty/serial interfaces but for NETRIGCTL entering a IP is needed (in my case 127.0.0.1). manually editing the config results in a python error.

[HAMLIB]
rig_pathname = 127.0.0.1
retry = 5
rig_model = NETRIGCTL
trxautopower = True
rig_rate = 38400
data_bits = 
stop_bits = 
serial_parity = 
serial_handshake = 
dtr_state = 
rts_state = 
$ ./UHRR
(<class 'TypeError'>, TypeError('function takes at most 5 arguments (7 given)'), <traceback object at 0xb41496c8>)
HTTP server started.

any hints on how to set up UHRR to work with a running rigctld? tested with latest git (31fade18e6352fe6af91b1bbb6f43867a4498591)

Links2004 avatar Apr 17 '22 10:04 Links2004