cc3200/mods/pybuart: Implement uart.flush() and uart.txdone().
uart.flush() flush() will wait until all characters have been sent. To avoid a permanent lock, a timeout applies depending on the size of FIFO and the baud rate. ret = uart.txdone() ret is True if no transfer is in progress. ret is False otherwise.
Showing
Please register or sign in to comment