GoranRadivojevic / sdrsharp-limesdr

LimeSDR frontend for SDR#
GNU General Public License v3.0
47 stars 15 forks source link

cannot be run under win10 64-bit system #7

Open xixuedafa opened 1 year ago

xixuedafa commented 1 year ago

under win10 64-bit system,Sdr# ver1732,

Only 32-bit programs can be recognized, but cannot be run

The 64-bit program is not recognized.

GoranRadivojevic commented 1 year ago

Please explain: "Only 32-bit programs can be recognized, but cannot be run The 64-bit program is not recognized." Here you can download only DLL files which cannot be run but only loaded during run time by other programs.

HB9DTX commented 1 year ago

I also didn't manage to use my Lime-mini with SDR#. I am using Airspy SDR# Studio V1.0.0.1910 downloaded today, under win10 64 bits. I copied:

<?xml version="1.0" encoding="utf-8" ?>
<sharpPlugins>
  <add key="Sample Plugin" value="SDRSharp.Sample.SamplePlugin,SDRSharp.Sample" />
</sharpPlugins>
<frontendPlugins>
  <add key="LimeSDR" value="SDRSharp.LimeSDR.LimeSDRIO,SDRSharp.LimeSDR" />
</frontendPlugins>

But I don't see the LimeSDR device visible in the list of possible devices. To be noted I've installed the FTDI drivers and have no unrecognized device in the device manager. And the device works fine when using the SDR Console V3.2 software.

I don't know how to proceed further. Have a nice day

hugo-btz commented 1 year ago

Hi,

Same problem here using Windows 10 with Lime SDR Mini and SDR#.

Plugins and drivers installed.

Thanks, Hugo

GoranRadivojevic commented 1 year ago

Sorry for your problems but this is because newer versions of SDR# do not offer support for additional SDR hardware! For educational purpose you can decompile latest SDRsharp.exe and compare with versions before 1732. There is no more support for Plugins.xml config file for additional SDR radios! Try to use older versions from https://www.iz3mez.it/software/SDRSharp/

arelli commented 1 year ago

I can confirm it works with version 1700 of sdr#. For some reason though, my LimeSDR(not LimeSDR mini!) cannot be recognized, even though I've installed the drivers and limesdr quick test works. Not sue if this is the plugin's fault.