Need full-duplex connection to modem UART. Can UART driver be extended?
The UART driver has much code with detailed comments for the the things it can do. However, it should come with a disclaimer "No support for full-duplex" which is the most basic use-case. My application needs full-duplex for connection to a u-blox mo...