psp_uart_tx_ch
Use this function to write one character over the UART.
Format
t_psp_uart_ret psp_uart_tx_ch (
const uint8_t uid,
const uint8_t ch )
Arguments
Parameter | Description | Type |
---|---|---|
uid | The unit ID. | uint8_t |
ch | The character to write. | uint8_t |
Return Values
Return value | Description |
---|---|
PSP_UART_SUCCESS | Successful execution. |
PSP_UART_ERROR | Operation failed. |