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

rigctl parsing space between commands #711

Closed
mdblack98 opened this issue May 24, 2021 · 1 comment
Closed

rigctl parsing space between commands #711

mdblack98 opened this issue May 24, 2021 · 1 comment

Comments

@mdblack98
Copy link
Contributor

We can remove the parsing of the space between commands...unnecessary...
Rig command: f VFOA f VFOB f VFOA f VFOB
2021-05-24:12:19:13.766733: rigctl_parse: cmd==0x66
2021-05-24:12:19:13.778444: rig.c(2090):rig_get_freq return(0)
Frequency: 10136000
2021-05-24:12:19:13.779421: rigctl_parse.c(2018):rigctl_get_freq return(0)
2021-05-24:12:19:13.779421: rigctl_parse.c(1743):rigctl_parse return(0)
2021-05-24:12:19:13.779421: rigctl_parse.c(648):rigctl_parse entered

Rig command: 2021-05-24:12:19:13.780396: rigctl_parse: cmd==0x20
2021-05-24:12:19:13.780396: rigctl_parse.c(841):rigctl_parse return(0)
2021-05-24:12:19:13.780396: rigctl_parse.c(648):rigctl_parse entered

Rig command: 2021-05-24:12:19:13.781373: rigctl_parse: cmd==0x66

@mdblack98 mdblack98 added this to the 4.3 milestone May 24, 2021
@mdblack98 mdblack98 added the bug label May 24, 2021
@mdblack98
Copy link
Contributor Author

mdblack98 commented May 24, 2021

Stacking commands is broken on Unix
On Unix
Rig command: f f
Frequency: 145000000

    Rig command: 

On Windows
Rig command: f f
Frequency: 145000000

    Rig command:
    Rig command: Frequency: 145000000
    
    Rig command:

This is due to Unix use of the readline library which doesn't do this type of parsing to support this...investigating...

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

No branches or pull requests

1 participant