A type definition for serial connection parameters. More...
#include <dn_device.h>
Public Attributes | |
uint32_t | baud_rate |
char | data_bits |
char | flow |
char | parity |
int | port |
char | stop_bits |
A type definition for serial connection parameters.
Definition at line 156 of file dn_device.h.
Baud rate.
Definition at line 159 of file dn_device.h.
Data bits.
Definition at line 161 of file dn_device.h.
char CONN_PARAM_COM::flow |
Flow.
Definition at line 163 of file dn_device.h.
Parity.
Definition at line 160 of file dn_device.h.
Port number.
Definition at line 158 of file dn_device.h.
Stop bits.
Definition at line 162 of file dn_device.h.