Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSP1A support #2

Open
f4exb opened this issue Dec 19, 2017 · 1 comment
Open

RSP1A support #2

f4exb opened this issue Dec 19, 2017 · 1 comment

Comments

@f4exb
Copy link
Owner

f4exb commented Dec 19, 2017

Everything is in the title. If someone could help ...

@gvanem
Copy link

gvanem commented Mar 3, 2018

I have a RSP1A. But miri_sdr fails. With some extra LIBUSB_DEBUG, I get:

winusb_open] unsupported API call for 'open' (unrecognized device driver)

Some parameter error to libusb_open()?

Edit: on second thought, I think supporting SDRPlay (any version) via libusb, is just a dead-end project. I have built SoapySDR with SDRPlay support. That works fine using the mir_sdr_api.dll and API provided by the folks who created SDRPlay. The above libusb error (-12), I think is due to an access denied or an incompatibility with the existing Mirics driver. Correct me if I'm wrong.

So my idea was do as SoapySDR does; load mir_sdr_api.dll dynamically and just create some wrappers.
E.g. if mirisdr_open() fails, call (*mir_sdr_Init_t)(...) instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants