Search found 213 matches

by SteveAndrew
Fri Dec 15, 2017 1:50 am
Forum: Code Corner
Topic: Code crashes when using x86 API DLL
Replies: 0
Views: 8965

Code crashes when using x86 API DLL

Hi all For the past several weeks I've been coding a spectrum analyser for the RSP2, using Visual studio (2010, 2015 and 2017) with C#, compiling for 64 bit operation, using the x64 DLL provided with the API. I have been using the mir_sdr_StreamInit function and providing a callback function as the ...
by SteveAndrew
Fri Dec 08, 2017 10:15 pm
Forum: SDRuno
Topic: Ideas for future Updates
Replies: 33
Views: 93003

Re: Ideas for future Updates

I often use SDRuno with AGC turned off and use the manual IF gain control instead. It would be handy if the AGC on/off select and the gain control could be placed in Uno's main window where it can be easily accessed without having to keep opening the Main Settings window. A small point, but would be...
by SteveAndrew
Sun Nov 19, 2017 7:01 am
Forum: Code Corner
Topic: Code examples .Net and C#?
Replies: 11
Views: 51639

Re: Code examples .Net and C#?

Hi everyone I've just uploaded a zip file to the Playground (SdrScan.zip) It's a simple C# program that shows how to get data from the API using the streaming function. It was written using Visual Studio 2010, .Net Framework 4 for 64 bit systems. It should compile and run in later editions of Visual...