Hi,

I want to transmit some data using usrp.sink_c and immediately after the
data is sent I want to start receiver mode, but my problem is if I do like
this:

Send using 'usrp.sink_c'
start receive mode

My USRP immediately goes into receive mode and the data sent is not
successful, so I want to do something like following:

Send using 'usrp.sink_c'
check 'usrp.sink_c' if the data is sent then
                  start receive mode

But I dont know how can I check that data is successfully sent or it is
still on the way......Any suggestions

I am using USRP + RFX2400 + SUSI

Best Regards
Kaleem Ahmad


-- 
View this message in context: 
http://www.nabble.com/How-can-I-check-usrp.sink_c-tp19780504p19780504.html
Sent from the GnuRadio mailing list archive at Nabble.com.



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to