Hello, I have a python flowgraph that transmits data from one radio to another for a research project. Sometimes during one of these tx/rx events, U's or O's will occur, making the data invalid. I would like to monitor the USRP for these events from within Python so I can request a retransmit when they occur.
How do I monitor for O's and U's from within Python? Thank you, Richard
