I am trying to set up DSDPLUS Fastlane using two RTL dongles. The fmp24 cc bat.file and 1ra bat. file are up and running.The problem is fmp24 vc bat. file and vc bat.file does work if the -rv is not presentbut no active . When adding -rv it goes into blank {idle} screen. At a lost ,i been trying to figure it out . So much time invested in this, please help.
Thank YOU ,for replying. please can you explain a little more simpler , I work so hard to try and get this dsdfastlane to work. I love this hobby, been in it for a few year.
Thank YOU ,for replying. please can you explain a little more simpler , I work so hard to try and get this dsdfastlane to work. I love this hobby, been in it for a few year. I try this no luck.
Thank YOU ,for replying. please can you explain a little more simpler , I work so hard to try and get this dsdfastlane to work. I love this hobby, been in it for a few year.
Hey buddy, I was at work when I replied. Take a look at my batch script to start dsd and see if you can understand it.
CD makes the command prompt scroll to the location of dsdplus.exe
the start cmd tells windows to open a new command prompt for each program - in the 2 sdrs case, you need 4 programs for it to listen and decode audio. With 1 sdr, you only need 2 programs.
REM just means comments, windows ignores them
Code:
ECHO
CD LOCATION OF DSDPLUS.EXE WITHOUT HAVING DSDPLUS.EXE IN THIS LINE
Start CMD /c FMP24 -rc -i1 -o20011 -b12.5 -fFREQUENCY -e0
timeout/t 2
REM CC.bat
Start CMD /c "DSDPlus -rc -i20011 -o1 -t -E -v4 -O NUL"
timeout/t 2
REM FMP24-VC.bat
Start CMD /c FMP24 -rv -i2 -o20012 -b12.5 -e0
timeout/t 2
REM VC.bat
Start CMD /c "DSDPlus -rv -i20012 -o1 -t -E -v4 -O NUL"
Code:
ECHO
CD LOCATION OF DSDPLUS.EXE WITHOUT HAVING DSDPLUS.EXE IN THIS LINE
REM fmp-24.bat
Start CMD /c FMP24 -rc -i0 -o20010 -b12.5 -fFREQUENCY -e0
timeout/t 2
Start CMD /c "DSDPlus -r1 -i20010 -fx -f1 -o1 -t -E -v4 -O nul"
Hey buddy, I was at work when I replied. Take a look at my batch script to start dsd and see if you can understand it.
CD makes the command prompt scroll to the location of dsdplus.exe
the start cmd tells windows to open a new command prompt for each program - in the 2 sdrs case, you need 4 programs for it to listen and decode audio. With 1 sdr, you only need 2 programs.
REM just means comments, windows ignores them
Code:
ECHO
CD LOCATION OF DSDPLUS.EXE WITHOUT HAVING DSDPLUS.EXE IN THIS LINE
Start CMD /c FMP24 -rc -i1 -o20011 -b12.5 -fFREQUENCY -e0
timeout/t 2
REM CC.bat
Start CMD /c "DSDPlus -rc -i20011 -o1 -t -E -v4 -O NUL"
timeout/t 2
REM FMP24-VC.bat
Start CMD /c FMP24 -rv -i2 -o20012 -b12.5 -e0
timeout/t 2
REM VC.bat
Start CMD /c "DSDPlus -rv -i20012 -o1 -t -E -v4 -O NUL"
Code:
ECHO
CD LOCATION OF DSDPLUS.EXE WITHOUT HAVING DSDPLUS.EXE IN THIS LINE
REM fmp-24.bat
Start CMD /c FMP24 -rc -i0 -o20010 -b12.5 -fFREQUENCY -e0
timeout/t 2
Start CMD /c "DSDPlus -r1 -i20010 -fx -f1 -o1 -t -E -v4 -O nul"
Thanks again for your help. I really do not know what file to put this information . I read on a post to put it in note pad and save on desktop. I do understand what you give me. I just do not know how to set it up . Two of the program is up and running. Fmp24vc is the problem it is in idle[ gray window display]. please help!