Wiicom API Lib
|
Struct definition for the Compact module UART configuration. Continua...
#include <wiicom_libcommunication.h>
Campi | |
uint32_t | baudrate |
uint8_t | stopbits |
uint8_t | parity |
Struct definition for the Compact module UART configuration.
uint32_t baudrate |
Compact module UART baud rate
uint8_t parity |
Compact module UART parity check (0=NONE, 1=ODD, 2=EVEN)
uint8_t stopbits |
Compact module UART stop bits (1 or 2)