From d36f68ac2df7c8503676f49c91c398a26188103b Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod Date: Fri, 25 Jul 2014 21:57:31 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d71a13f..ba77ad0 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,25 @@ Installation 4. Launch SDR# and cross fingers :) +**Be aware that any update of SDR# will require you to follow again steps 2 to 4!** + + +Troubleshooting +=============== + +If your samples look "weird" under SDR#, be sure to use a compatible libusb-1.0.dll. +Specially when frequently upgrading SDR#, it will re-install the RTL-SDR driver which embedds a pretty old version of this DLL (v.1.0.14). +The version provided under LibBladeRF directory of this repository (currently v1.0.19) is known to work correcly with both RTL-SDR dongles and BladeRF. So it is safe (and recommended) to replace it. + +If this does not solve your issue, feel free to report a bug here. I will try to fix it as soon as possible. +Same goes for new features. + Compilation =========== If you need/want to compile this DLL, you need to copy the following two DLL files -from SDR# installation directory to Release and Debug directories: +from SDR# installation directory to Release and/or Debug directories: 1. SDRSharp.Radio.dll 2. SDRSharp.Common.dll