Dear experts,
My application need to avoid writing any data into THR after Xoff is received when software flow control is enabled.
That is I need to monitor the Xoff interrupt and ignore the data passed to THR, then release the machnism after I receive the Xon.
However, this chip seems to assert the interrupt when Xoff is received and deassert it when Xon is received.
My questions are...
1. Why does Xoff interrupt keep asserted before Xon is received? What is the application of Xoff interrupt? It is a little weird, because the interrupt service routine will be always served.
2. Is it possible to monitor the Xon character in my case ?
Best regards,
Jason