diff --git a/lib/rfspace/rfspace_source_c.cc b/lib/rfspace/rfspace_source_c.cc index 74708c6..80f34df 100644 --- a/lib/rfspace/rfspace_source_c.cc +++ b/lib/rfspace/rfspace_source_c.cc @@ -343,8 +343,10 @@ rfspace_source_c::rfspace_source_c (const std::string &args) } + /* Wait 10 ms before sending queries to device (required for networked radios). */ + boost::this_thread::sleep_for(boost::chrono::milliseconds(10)); + /* request & print device information */ - usleep(10000); std::vector< unsigned char > response;