Re: [Discuss-gnuradio] UHD recv demuxer errors with a simple Python flowgraph

2017-06-05 Thread mleech
You might also try specifying num_recv_frames=128 or 256 in the device args, to see if that helps the USB subsystem On 2017-06-05 15:15, Marcus Müller wrote: > Hi Pierre, > > that looks more like a USB communication breakdown than an issue with > your software. > > just as a quick test: if you

Re: [Discuss-gnuradio] UHD recv demuxer errors with a simple Python flowgraph

2017-06-05 Thread Marcus Müller
Hi Pierre, that looks more like a USB communication breakdown than an issue with your software. just as a quick test: if you set the sampling rate to something USB2 can handle (e.g. 8 MHz or lower), does that work with a USB2-only port (ie. pick one that's not blue)? Some USB3 port controllers ju