Search found 2 matches

by yxs728
Fri Jun 22, 2018 1:40 pm
Forum: SDRplay related
Topic: Errors when using API example 'play_sdr.c'
Replies: 2
Views: 9467

Re: Errors when using API example 'play_sdr.c'

You need to provide the library path to the linker. On command line: clang play_sdr.c -lmirsdrapi-rsp On Xcode: Under "Build Settings": 1- Add the "/usr/local/lib" to "Library Search Paths" 2- Add "-lmirsdrapi-rsp" to "Other Linker Flags" If you've installed the SDRPlay API, the library can be foun...
by yxs728
Mon Jun 18, 2018 2:55 pm
Forum: SDRplay related
Topic: Errors when using API example 'play_sdr.c'
Replies: 2
Views: 9467

Errors when using API example 'play_sdr.c'

Hi All, I am trying to get raw IQ data from two RSP2 devices simultaneously. At beginning, I used sdr source block on gnuradio, it can work well when receive data from one device, but cannot receive two signal from two devices at the same time. Then I tried to use Pothosflow, but it cannot identify ...