Discussion:
rtl_tcp SET_FREQUENCY takes very long
John Smith
2014-10-19 13:15:46 UTC
Permalink
When using RTL-SDR via rtl_tcp SET_FREQUENCY takes ~1 second.

Here is the code I used for testing:
https://gist.github.com/simeonmiteff/3792676

Why is it so slow and how can I fix this?
Douglas Hall
2014-10-20 02:07:36 UTC
Permalink
Each iteration of the loop sleeps for 100ms and there are 10 iterations, so
if it didn't take ~1 second, something would actually be wrong. You should
add the output of that program to the gist in case I misinterpreted
something.

Loading...