## 写一个字节 ```language void xy_UART_WriteChar( UART_TypeDef UARTx, uint8_t data ) ``` ## 参数说明 |参数|功能说明| |-|-|-| |UARTx|串口编号| |data|写入的字节|