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

rigctld -P -p ptt settings not working correctly. #727

Closed
mdblack98 opened this issue Jun 19, 2021 · 0 comments
Closed

rigctld -P -p ptt settings not working correctly. #727

mdblack98 opened this issue Jun 19, 2021 · 0 comments
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. JTDX Bugs affecting JTDX operations needs test Patches have been submitted but need testing to close issue WSJTX Bugs affecting WSTJ-X operations

Comments

@mdblack98
Copy link
Contributor

mdblack98 commented Jun 19, 2021

From my understanding of the rigctld command line, I expected this command to accomplish the task:
rigctld -m 1043 -r /dev/ttyUSB0 -s 38400 -p /dev/ttyUSB1 -P RTS

The remote end connects with:
rigctl -m 2 -r xxxxxxx.local

I can read the frequency, etc. but trying to assert the PTT causes it to timeout and crash. After enabling debug info the remote side reports:

2021-06-18:20:15:49.155969: rigctl_parse.c(2394):rigctl_set_ptt entered
2021-06-18:20:15:49.155994: rig.c(2719):rig_set_ptt entered
2021-06-18:20:15:49.156016: rig_set_ptt: PTT RTS debug#1
2021-06-18:20:15:49.156050: ser_open called
2021-06-18:20:15:49.156078: serial.c(709):ser_open return(-1)
2021-06-18:20:15:49.156099: rig_set_ptt: cannot open PTT device ""
2021-06-18:20:15:49.156119: rig.c(2898):rig_set_ptt return(-6)
2021-06-18:20:15:49.156141: rigctl_parse.c(2432):rigctl_set_ptt return(-6)

Tracked down to this commit e0a3f8d

@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. JTDX Bugs affecting JTDX operations WSJTX Bugs affecting WSTJ-X operations labels Jun 19, 2021
mdblack98 added a commit that referenced this issue Jun 21, 2021
@mdblack98 mdblack98 added the needs test Patches have been submitted but need testing to close issue label Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. JTDX Bugs affecting JTDX operations needs test Patches have been submitted but need testing to close issue WSJTX Bugs affecting WSTJ-X operations
Projects
None yet
Development

No branches or pull requests

1 participant