How to use the Rig Control function? #380
-
I'm really happy to report that I'm running SDR++ on a M1(Apple silicon/ARM) Mac mini with SDRPlay RSP1A. I used MacPorts to install all the dependencies, including SDRPlay API. It's all under Rosetta instead of native ARM, because SDRPlay API is not open source and binary release currently only support Intel chips. I've created a ticket with SDRPlay, hopefully they will fix it soon. My goal is to have a working bandscope/pandadapter, meaning when I changed frequency on my radio, I want SDR++ to follow my radio. The key here is the rig control module in SDR++, I couldn't find much information about it. What protocol it supports, what radio it emulates etc. Any information would be appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
Hello,
SDR++ doesn't emulate a particular radio, it just implement the basic RigCTL server calls. I don't think this would allow to control a rig directly as that requires a RigCTL client which SDR++ doesn't have yet. You might be able to write a script that keeps polling SDR++ for its status and then sends it to the rig.