C
#define CDCSetCharacterFormat(charFormat) {line_coding.bCharFormat=charFormat;}
Description
This macro is used manually set the character format reported back to the host during a get line coding request.
Typical Usage:
CDCSetCharacterFormat(19200);
This function is optional for CDC devices that do not actually convert the USB traffic to a hardware UART.
Preconditions
None
Parameters
Parameters |
Description |
BYTE charFormat |
number of stop bits. Available options are:
|
Remarks
None
MCHPFSUSB Device Library > Function Drivers > Communication Device Class (CDC) > Public API Members > Functions and Macros > CDCSetCharacterFormat Macro