USB Library
CDCSetBaudRate Macro
Syntax
#define CDCSetBaudRate(baudRate) {line_coding.dwDTERate=baudRate;}
Description

This macro is used set the baud rate reported back to the host during a get line coding request. 

Typical Usage:

    CDCSetBaudRate(19200);

 

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