Fmp24 vc.bat

Status
Not open for further replies.

sun

Member
Joined
Feb 9, 2010
Messages
32
Reaction score
4
Location
massachusett
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.
 

sun

Member
Joined
Feb 9, 2010
Messages
32
Reaction score
4
Location
massachusett
you need to call dsdplus.exe and the fmp24vc
You don’t call the fmp24 vc and cc
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.
 

sun

Member
Joined
Feb 9, 2010
Messages
32
Reaction score
4
Location
massachusett
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.
 

Attachments

  • IMG_0922 (3).JPG
    IMG_0922 (3).JPG
    40.3 KB · Views: 85

Reconrider

Inside the Galaxy
Joined
Sep 26, 2017
Messages
1,991
Reaction score
921
Location
Radio Galaxy
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"
 

sun

Member
Joined
Feb 9, 2010
Messages
32
Reaction score
4
Location
massachusett
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"
 

sun

Member
Joined
Feb 9, 2010
Messages
32
Reaction score
4
Location
massachusett
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!
 

sun

Member
Joined
Feb 9, 2010
Messages
32
Reaction score
4
Location
massachusett
thank you for your help .I put in a different traffic channel and it started up and running .
 

jocam29594

Member
Joined
Jun 18, 2021
Messages
22
Reaction score
5
thank you for your help .I put in a different traffic channel and it started up and running .

hi sun,

I have same problem like you while using 2 SDR dongle. What did you do exactly to solve your problem?

thank you.
 
Status
Not open for further replies.
Top