UART_FCTR_TX
fctr = serial_in(up, UART_FCTR) & ~(UART_FCTR_RX|UART_FCTR_TX);
serial_port_out(port, UART_FCTR, fctr | UART_FCTR_TX);