UART_LCR
unsigned char buffer = In8(UART_LCR);
Out8(UART_LCR, buffer | LCR_BKSE);
Out8(UART_LCR, buffer & ~LCR_BKSE);
Out8(UART_LCR, LCR_8N1);