Search found 1 match
- Wed Sep 14, 2016 4:09 pm
- Forum: Code Corner
- Topic: SDRPLAY linux commandline tools?
- Replies: 83
- Views: 387156
Re: SDRPLAY linux commandline tools?
I found that it was necessary to check the mir_sdr_ReadPacket return code and recover from a failure. Otherwise I got a memory fault when the call failed. result=mir_sdr_ReadPacket(xi, xq, &firstSamp, &grChanged, &rfChanged, &fsChanged); if(result){ sleep(0); continue; }