HidUart_SetUartConfig() The number of stop bits for UART communication More...
Macros | |
| #define | HID_UART_SHORT_STOP_BIT 0x00 |
| 1 stop bit More... | |
| #define | HID_UART_LONG_STOP_BIT 0x01 |
| 5 data bits: 1.5 stop bits; 6 - 8 data bits : 2 stop bits More... | |
HidUart_SetUartConfig() The number of stop bits for UART communication
Stop Bits Short = 1 stop bit Long = 1.5 stop bits (5 data bits) = 2 stop bits (6-8 data bits)
| #define HID_UART_LONG_STOP_BIT 0x01 |
5 data bits: 1.5 stop bits; 6 - 8 data bits : 2 stop bits
| #define HID_UART_SHORT_STOP_BIT 0x00 |
1 stop bit