I suspect the issue might be related to the graph configuration. I'm not
very familiar with GNU Radio blocks, but it might be helpful to check the
connections on the board. When using both TX and RX, you need to set a
feedback loop like this (c++ example):
graph->connect(ddc_ctrl->get_block_id(), ddc_chan,
replay_ctrl->get_block_id(), radio_replay_chan, true);
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to