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
PTT RIG 3081 "/dev/tty.usbserial-5320"
PTT RIG 3081 /dev/tty.usbserial-5320
In both cases, direwolf interprets the serial port as being /dev/tty.usbserial-, resulting in:
Hamlib Rig open error -6: IO error
port_open: serial_open(/dev/tty.usbserial-) status=-6, err=No such file or directory
iofunc.c(81):port_open return(-6)
rig.c(800):rig_open return(-6)
I'm unsure if this is an issue in Hamlib, or an issue in direwolf's configuration parsing. Yes I know that this can be worked around with a symlink, which is what I'm doing at the moment, but that device name is valid, so should work...
The text was updated successfully, but these errors were encountered:
That's the problem.
There was a bug where the ptt device name would be truncated at 19 characters.
According to the comments, it was fixed in version 1.5 (released October 2018).
Answer is to upgrade to 1.5 or newer if you want to stop using your work-around.
My IC-9700 shows up as
/dev/tty.usbserial-5320
.I've tried the following configuration lines:
In both cases, direwolf interprets the serial port as being
/dev/tty.usbserial-
, resulting in:I'm unsure if this is an issue in Hamlib, or an issue in direwolf's configuration parsing. Yes I know that this can be worked around with a symlink, which is what I'm doing at the moment, but that device name is valid, so should work...
The text was updated successfully, but these errors were encountered: