USB Library
CDCSetCharacterFormat Macro
Syntax
#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(NUM_STOP_BITS_1);

 

This function is optional for CDC devices that do not actually convert the USB traffic to a hardware UART.

Preconditions

None

Remarks

None

MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla