Re: [Discuss-gnuradio] My app waits undefinedly after an O printf

2012-05-30 Thread Pol Henarejos
Dear Josh, The hardware is USRP2 at 10Msps with latest UHD version UHD_003.004.001-165-unstable. As you pointed, it seems that does not restart the streamer. I made a rough patch that works continously. I still get overflows but it does not stop. diff --git a/gr-uhd/lib/gr_uhd_usrp_source.cc

[Discuss-gnuradio] My app waits undefinedly after an O printf

2012-05-29 Thread Pol Henarejos
Dear list, I am using gr_uhd_source as the source of my app. At some moment, there is an overflow, an O is printf'ed and the scheduler stops. The program is still running but there is no flow of samples between blocks. They are waiting for something. I added the following lines in the work() of

Re: [Discuss-gnuradio] My app waits undefinedly after an O printf

2012-05-29 Thread Josh Blum
On 05/29/2012 07:29 AM, Pol Henarejos wrote: Dear list, I am using gr_uhd_source as the source of my app. At some moment, there is an overflow, an O is printf'ed and the scheduler stops. The program is still running but there is no flow of samples between blocks. They are waiting for