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

Hamlib not working with Log4OM #1531

Closed
mdblack98 opened this issue Mar 25, 2024 · 3 comments
Closed

Hamlib not working with Log4OM #1531

mdblack98 opened this issue Mar 25, 2024 · 3 comments
Labels
bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. fixed Issue has been fixed
Milestone

Comments

@mdblack98
Copy link
Contributor

Log4OM is timing out trying to connect to rigctld

This does not work
rigctld Hamlib 4.6~git 2023-12-22T13:51:48Z SHA=70c357 64-bit

This works with Log4OM
rigctld Hamlib 4.6~git May 31 19:22:37Z 2023 SHA=b34f18 64-bit

@mdblack98 mdblack98 added bug critical A problem for common operations with WSJT-X, GPredict, RigPi, etc. labels Mar 25, 2024
@mdblack98 mdblack98 added this to the 4.6 milestone Mar 25, 2024
@mdblack98 mdblack98 added Solved Solution provided and removed Solved Solution provided labels Mar 25, 2024
@mdblack98
Copy link
Contributor Author

This is where it fails
003b50b is the first bad commit
commit 003b50b
Author: Mike Black W9MDB mdblack98@yahoo.com
Date: Sun Aug 13 23:23:23 2023 -0500

Standardize extended response in rigctld for level, func, and parm
,l VFOA AGC
get_level: VFOA,AGC,0,RPRT 0

,u VFOA RIT
get_func: VFOA,RIT,0,RPRT 0

,p ANN
get_parm: currVFO,ANN,0,RPRT 0

Error example
,p NB
get_parm: currVFO,NB,RPRT -1

https://github.com/Hamlib/Hamlib/issues/1361

tests/rigctl_parse.c | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)

@PianetaRadio
Copy link
Contributor

Oh, this is the reason why I cannot connect with log4OM to my radio!
Now it's working.

@PianetaRadio
Copy link
Contributor

I'm using for several days Log4OM after this commit and rigctld now is working well.
You can close this issue.

@mdblack98 mdblack98 added the fixed Issue has been fixed label Apr 12, 2024
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. fixed Issue has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants