| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Installation

This version was saved 11 years, 1 month ago View current version     Page history
Saved by David-Taylor
on March 21, 2013 at 6:43:41 am
 

New page


 

Installation Issues

 

How do I use rtl_test?

 

See this note from Joanne, W6MKU.

 

 

Having problems with zadig?

 

See Marion's story

 

 

Exception has been thrown ...

 

Q: 'RTLSDR / USB' is not in the Front End pull down menu and I get this message on start-up of SDR#:
"Error loading 'SDRSharp.RTSDR.RtlSdrIO,SDRSharp.RTLSDR' - Exception has been thrown by the target of invocation."

A: Joanne Dow writes: Edit the SDRSharp.exe.Config config file to uncomment the line that contains "RTL SDR / USB".  Find the line. Remove the outermost decorations from both ends of the line.

 

Example before edit:

  <frontendPlugins>
    <add key="SoftRock / Si570" value="SDRSharp.SoftRock.SoftRockIO,SDRSharp.SoftRock" />
    <add key="FUNcube Dongle Pro" value="SDRSharp.FUNcube.FunCubeIO,SDRSharp.FUNcube" />
    <add key="FUNcube Dongle Pro+" value="SDRSharp.FUNcubeProPlus.FunCubeProPlusIO,SDRSharp.FUNcubeProPlus" />
    <!-- <add key="RTL-SDR / USB" value="SDRSharp.RTLSDR.RtlSdrIO,SDRSharp.RTLSDR" /> -->
    <!-- <add key="RTL-SDR / TCP" value="SDRSharp.RTLTCP.RtlTcpIO,SDRSharp.RTLTCP" /> -- >
    <add key="SDR-IQ" value="SDRSharp.SDRIQ.SdrIqIO,SDRSharp.SDRIQ" />
  </frontendPlugins>

Example after edit:

  <frontendPlugins>
    <add key="SoftRock / Si570" value="SDRSharp.SoftRock.SoftRockIO,SDRSharp.SoftRock" />
    <add key="FUNcube Dongle Pro" value="SDRSharp.FUNcube.FunCubeIO,SDRSharp.FUNcube" />
    <add key="FUNcube Dongle Pro+" value="SDRSharp.FUNcubeProPlus.FunCubeProPlusIO,SDRSharp.FUNcubeProPlus" />
    <add key="RTL-SDR / USB" value="SDRSharp.RTLSDR.RtlSdrIO,SDRSharp.RTLSDR" />
    <add key="RTL-SDR / TCP" value="SDRSharp.RTLTCP.RtlTcpIO,SDRSharp.RTLTCP" />
    <add key="SDR-IQ" value="SDRSharp.SDRIQ.SdrIqIO,SDRSharp.SDRIQ" />
  </frontendPlugins>

 

Comments (0)

You don't have permission to comment on this page.