I recently added two Airspy Minis to my DSD+ setup. My first hurdle was including both serial numbers in the configuration file. Once that was overcome I have run into a new set of errors. I have tried searching within the RR forum and Google and don't seem to be able to find anything relevant to this error.
I am thinking that I need to define one of the SDRs for the voice channel and one for the control channel. Is this what it is telling me?
One of the users on the forum helped me with my previous setup and wrote a batch file. I tried to alter it now that I have Airspy devices.
@Echo OFF
cd SDR\DSDPlus
START C:\SDR\DSDPlus_Fastlane_TEST\FMPA -rc -i1 -o20001 -P1.0 -f852.1125 -g38.8 -b12.5
TIMEOUT /T 3
START C:\SDR\DSDPlus_Fastlane_TEST\DSDPlus -rc -i20001 -v3 -wsl400.210 -wss100.200 -wel0.1 -wcl0.445 -wes400.520 >>CC.log
TIMEOUT /T 3
START C:\SDR\DSDPlus_Fastlane_TEST\FMPA -rv -i2 -o20002
TIMEOUT /T 3
START C:\SDR\DSDPlus_Fastlane_TEST\DSDPlus -rv -Pwav -i20002 -v3 -wsl400.210 -wss100.200 -wel172.522 -wcl528.0 >>VC.log
TIMEOUT /T 3
Thank you for the assistance.
I am thinking that I need to define one of the SDRs for the voice channel and one for the control channel. Is this what it is telling me?
One of the users on the forum helped me with my previous setup and wrote a batch file. I tried to alter it now that I have Airspy devices.
@Echo OFF
cd SDR\DSDPlus
START C:\SDR\DSDPlus_Fastlane_TEST\FMPA -rc -i1 -o20001 -P1.0 -f852.1125 -g38.8 -b12.5
TIMEOUT /T 3
START C:\SDR\DSDPlus_Fastlane_TEST\DSDPlus -rc -i20001 -v3 -wsl400.210 -wss100.200 -wel0.1 -wcl0.445 -wes400.520 >>CC.log
TIMEOUT /T 3
START C:\SDR\DSDPlus_Fastlane_TEST\FMPA -rv -i2 -o20002
TIMEOUT /T 3
START C:\SDR\DSDPlus_Fastlane_TEST\DSDPlus -rv -Pwav -i20002 -v3 -wsl400.210 -wss100.200 -wel172.522 -wcl528.0 >>VC.log
TIMEOUT /T 3
Thank you for the assistance.