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 fails to return valid result when requesting VFOB status with FT-991 is put into split operation #1028

Closed
rpoulin opened this issue May 13, 2022 · 5 comments
Labels
Milestone

Comments

@rpoulin
Copy link

rpoulin commented May 13, 2022

This error impacts my logging software (Log4OM) by not returning VFOB frequency when requested even if the FT-991 rigCtl implementation indicates dual VFO capability.

Ran RigCtl using the -o command line to indicate support for VFOA and VFOB. Used the SPLIT feature in the radio to see if I could get a read of VFOB's settings. This is the result:

PS C:\Program Files (x86)\hamlib-w64-4.4\bin> .\rigctl.exe -m 1035 -r COM4 -C stop_bits=2 -v -Z -o
Opened rig model 1035, 'FT-991'

<<------- put radio split mode off --------->>

Rig command: \get_vfo_info VFOA
Freq: 14027000
Mode: CW
Width: 300
Split: 0
SatMode: 0

<<------- put radio split mod on --------->>

Rig command: \get_vfo_info VFOB
Freq: 7055000
Mode: None
Width: 0
Split: -425705312
SatMode: 0
get_vfo_info: error = Command rejected by the rig
rig.c(6961):rig_get_vfo_info return(-9)
rigctl_get_vfo_info: vfo=VFOB
rigctl_parse.c(2304):rigctl_get_vfo_info return(-9)

<<------- put radio split mode off here -------->>

Rig command: \get_vfo_info VFOA
Freq: 14027000
Mode: CW
Width: 300
Split: 0
SatMode: 0

<<------- put readio split mode on here --------->>

Rig command: \get_vfo_info VFOA
Freq: 14027000
Mode: CW
Width: 300
Split: 1
SatMode: 0

@mdblack98
Copy link
Contributor

mdblack98 commented May 13, 2022 via email

@mdblack98
Copy link
Contributor

This should be fixed now

@mdblack98 mdblack98 added the bug label May 13, 2022
@mdblack98 mdblack98 added this to the 4.5 milestone May 13, 2022
@rpoulin
Copy link
Author

rpoulin commented May 14, 2022

Mike,

Thanks for getting back to me. I installed the new set of files and the dll you instructed me to download. I received an error from rigctl. See the graphic. The error was from rigctl indicating that hamlib.dll seemed not designed to work on windows or there is an error in the dll.

image

@rpoulin
Copy link
Author

rpoulin commented May 14, 2022

Downloaded the nightly build and tested. Fix works, thank you.

@mdblack98
Copy link
Contributor

mdblack98 commented Oct 11, 2022 via email

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

No branches or pull requests

2 participants