-
Notifications
You must be signed in to change notification settings - Fork 3
Description
./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?