![]() |
Wixel SDK
|
#include <com.h>
Data Fields | |
unsigned long | dwDTERate |
unsigned char | bCharFormat |
unsigned char | bParityType |
unsigned char | bDataBits |
Specifies the type of coding to use on an asynchronous serial line.
This struct is defined in PSTN120.pdf in Table 17: Line Coding Structure. PSTN120.pdf is available for download from USB Implementers Forum at this url: http://www.usb.org/developers/devclass_docs
unsigned char bCharFormat |
The number of stop bits. Valid values are STOP_BITS_1, STOP_BITS_1_5, and STOP_BITS_2.
unsigned char bDataBits |
unsigned char bParityType |
The parity type. Valid values are PARITY_NONE, PARITY_ODD, PARITY_EVEN, PARITY_MARK, and PARITY_SPACE.