Charles J. Cliffe
Charles J. Cliffe
@magellan-13016 here's an updated build; it fixes the rig selection issues, configuration reload problems and hopefully bookmark redraw issues: [CubicSDR-0.2.5-x86_64.zip](https://github.com/cjcliffe/CubicSDR/files/3175611/CubicSDR-0.2.5-x86_64.zip) When entering a manual port it will now remember and...
@magellan-13016 if you're seeing rig controls in the settings menu it's because you're using the 'SoapyAudio' audio input module; which also supports hamlib so that you can control the radio...
@magellan-13016 seems like it might be possible to add basic GPredict remote support; I'll see what I can do :+1:
@magellan-13016 ahoy, I've managed to do this purely through hamlib as I initially thought might work. First open a terminal and start a hamlib net rig control using hamlib dummy...
@magellan-13016 glad I could help, and best of luck with your projects! I'll consider adding native GPredict support; it's very useful and would be nice to support without additional setup.
@magellan-13016 I was able to reproduce the redraw issue in the AppImage but wasn't able to find a proper workaround yet. I'll post a windows build here for you soon...
@magellan-13016 there are now windows alpha test builds available in issue #742 that includes the most recent fixes and cleanups built with the latest version of visual studio.
@g0oan I'm not familiar with the requirement to open the USB port as I'm using the higher level functions that should abstract the device itself. As far as I know...
I'm now seeing this issue with RTL-SDR on Linux; almost as if the RTL SDR module isn't delivering all the final frequency changes to the device when you stop dragging....
Experimental SoapyRTLSDR branch that should fix this issue is up at https://github.com/pothosware/SoapyRTLSDR/tree/frequency_mismatch -- only verified to fix the issue on Linux so far.