-
Notifications
You must be signed in to change notification settings - Fork 3
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
SoapyAudio hamlib control not working for Softrock and presumably other radios with USB control #16
Comments
Do you think this patch will work for FLRig control? In that case, something like a rig_port of localhost:12345 needs to be used. |
I'm not familiar with how FLRig works, but I think the answer is no, because FLRig has its own support built in for its radios whereas SoapyAudio uses Hamlib. FLDigi can use either XmlRpc --or-- hamlib to control a radio ( ref: http://www.w1hkj.com/FldigiHelp-3.21/html/rig_control_page.html ). Also https://groups.io/g/linuxham/topic/which_technically_is_better/75822953?p= has a discussion of this.
This fix will let Soapy control sound card radios that have USB based control such as Softrock. You would use FLDigi's hamlib support to control the Softrock since FLRig does not have it in its list of supported radios. You can use rigctld to provide remote control of hamlib radios in the same way XmlRpc is used for remote control of FLRig's supported radios.
The following shows FLRig's supported radios, and Softrock is not one of them:
Ref: http://www.w1hkj.com/flrig-help/
Regards,
RDP
|
Ah, I was referring to hamlib's "FLRig" rig :-)
Instead of taking a serial port path, hamlib takes a hostname and port for flrig. I have another soundcard radio with flrig-based serial control that is currently unsupported by hamlib, a Xiegu G90. I'll give it a shot and see if this improves my use case too. |
The text was updated successfully, but these errors were encountered: