We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./rigsync -m 2 -r localhost:4532 -m 1027 -r /dev/ttyUSB0 *** Could not open rig 2: rig_settings_get_path: path=/home/pi/.config/hamlib_settings rig_settings_load_all: settings_file (/home/pi/.config/hamlib_settings): No such file or directory rig_open: cwd=/home/pi/rigsync rig_open: /home/pi/rigsync/hamlib_settings does not exist rig_open: async_data_enable=0, async_data_supported=0 serial_open: /dev/ttyS0 serial_setup: tcgetattr serial_setup: cfmakeraw serial_setup: cfsetispeed=38400,0x000f serial_setup: cfsetospeed=38400,0x000f serial_setup: data_bits=8 serial_setup: parity=0 serial_setup: Handshake=Hardware serial_setup: tcsetattr TCSANOW serial_setup: tcsetattr failed: Input/output error port_open: serial_open(/dev/ttyS0) status=-2, err=Bad file descriptor rig_open: rs->comm_state==0?=0 1:rig.c(1023):rig_open returning(-2) Invalid configuration
Invalid configuration
Seems to be trying to connect to /dev/ttySO even though I have specified /dev/ttyUSB0?
The text was updated successfully, but these errors were encountered:
ttyS0 isn't hard-coded anywhere in the source. Check /dev/ttyUSB0. Is it a symlink to /dev/ttyS0?
Sorry, something went wrong.
No branches or pull requests
./rigsync -m 2 -r localhost:4532 -m 1027 -r /dev/ttyUSB0
*** Could not open rig 2: rig_settings_get_path: path=/home/pi/.config/hamlib_settings
rig_settings_load_all: settings_file (/home/pi/.config/hamlib_settings): No such file or directory
rig_open: cwd=/home/pi/rigsync
rig_open: /home/pi/rigsync/hamlib_settings does not exist
rig_open: async_data_enable=0, async_data_supported=0
serial_open: /dev/ttyS0
serial_setup: tcgetattr
serial_setup: cfmakeraw
serial_setup: cfsetispeed=38400,0x000f
serial_setup: cfsetospeed=38400,0x000f
serial_setup: data_bits=8
serial_setup: parity=0
serial_setup: Handshake=Hardware
serial_setup: tcsetattr TCSANOW
serial_setup: tcsetattr failed: Input/output error
port_open: serial_open(/dev/ttyS0) status=-2, err=Bad file descriptor
rig_open: rs->comm_state==0?=0
1:rig.c(1023):rig_open returning(-2) Invalid configuration
Invalid configuration
Seems to be trying to connect to /dev/ttySO even though I have specified /dev/ttyUSB0?
The text was updated successfully, but these errors were encountered: