Re: [USRP-users] starting and stopping continuous sample streaming B200

2018-10-19 Thread Mitch Grabner via USRP-users
I think I figured it out. Since the receive streamer is expecting recv() to be called continuously until the stop command is sent there will be some left over samples between sending the command and the device recognizing the command. I simply use while(!rx_metadata.end_of_burst) loop to clear thos

[USRP-users] starting and stopping continuous sample streaming B200

2018-10-19 Thread Mitch Grabner via USRP-users
Hi again, I'm having trouble receiving a continuous stream of samples, sending a stop command to the rx_streamer, and then a little while later re-initiating continuous streaming. I either get a timeout error the second time I start streaming or the recv() function will send me back an incomplete p