CanesFan95
Analog already is interoperable.
I have 2 Airspies and want to run one of 'em to decode a control channel and the other to manually tune conventional RF frequencies for listening. This is so I can try to figure out the LCNs on a NEXEDGE48 trunking system. I have 2 .bat files created.
CC.bat:
Conventional.bat:
The problem is I can only get one AirSpy to run. When I run CC.bat, it runs fine. While CC.bat is running, then I run Conventional.bat, Conventional.bat takes over the first AirSpy being used by CC.bat instead of opening the 2nd AirSpy. So I can't get both AirSpies to run at the same time.
Anyone know how to make it do this? Basically, I need to watch the control activity with one AirSpy while manually tuning to each voice frequency with the other AirSpy to figure out the LCNs.
CC.bat:
Code:
START CMD /c "FMPA -i1 -o20001 -f461.8875 -b9.5 -L9 -M9 -V9 >FMP24-Conventional.log"
START CMD /c "DSDPlus -i20001 -v2 >CC-bat.log -rc -_1 -T"
Conventional.bat:
Code:
START CMD /c "FMPA -i2 -o20002 -f451.0625 -b9.5 -L9 -M9 -V9 >FMP24-Conventional.log"
START CMD /c "DSDPlus -i20002 -v2 >CC-Conventional.log -rv -_1 -T"
The problem is I can only get one AirSpy to run. When I run CC.bat, it runs fine. While CC.bat is running, then I run Conventional.bat, Conventional.bat takes over the first AirSpy being used by CC.bat instead of opening the 2nd AirSpy. So I can't get both AirSpies to run at the same time.
Anyone know how to make it do this? Basically, I need to watch the control activity with one AirSpy while manually tuning to each voice frequency with the other AirSpy to figure out the LCNs.