01-19-2018 04:56 AM
Hello everyone,
I am new to working with SDR device. I'm using SDRplay RSP2pro. I am wondering if I can communicate with this device by Labview and if so how can I do that?
Thanks
Sam
01-19-2018 06:10 AM
Hi Sam,
according to its datasheet you get
01-19-2018 06:39 AM
You need to install the drivers, and (according to their site) you get an API. This would be a .dll. This could be a .com, .net or regular dll. This would be described in the documentation. Then you need to make a wrapper around that dll, using activex nodes, .net nodes or call library nodes.
01-22-2018 03:29 AM
Hi GerdW,
Thanks for your reply I am checking that.
01-22-2018 03:30 AM
Thanks for your reply it was a good point for start.
12-03-2018 06:42 AM
Another user did something like that for the RTL-SDR receiver: https://forums.ni.com/t5/Example-Program-Drafts/Using-RTL-SDR-with-Labview-Chapter-1-Labview-on-Wind...
Probably you can derive some good ideas from his example.