UA_STATUS_TX_READY
return (status & UA_STATUS_TX_READY) ? TIOCSER_TEMT : 0;
} while ((status & UA_STATUS_TX_READY) == 0);