Skip to content
New issue

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

Wont listen to port command line #9

Open
SwashyMark opened this issue Nov 7, 2024 · 1 comment
Open

Wont listen to port command line #9

SwashyMark opened this issue Nov 7, 2024 · 1 comment

Comments

@SwashyMark
Copy link

./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?

@daveriesz
Copy link
Owner

ttyS0 isn't hard-coded anywhere in the source. Check /dev/ttyUSB0. Is it a symlink to /dev/ttyS0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants