You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems in hamlibclass.cpp the only network device is netrigctl, but flrig is NOT a serial device,
it is a network device, so choosing flrig fails with hamlib...
The text was updated successfully, but these errors were encountered:
flrig works in 1.8.5 ONLY if one specifies the address as 127.0.0.1:12345 in the hamlib settings. This is because
there is no code in hamlibclass.cpp to concatenate the port number onto the address with a ":" in between.
The port number is there as an int, but must be converted to a string and concatenated onto the address. The settings menu item for the port number is effectively ignored for hamlib in this version of klog.
I can't get it work even with your proposal.
The code in master is already concatenating port to address and it makes "Net rig" rig type to work remotelly.
It is now possible to run rigctld remotelly and connect KLog to that server.
I can't however connect with the FLRig rig type even if I see the right network address:port
It seems in hamlibclass.cpp the only network device is netrigctl, but flrig is NOT a serial device,
it is a network device, so choosing flrig fails with hamlib...
The text was updated successfully, but these errors were encountered: