USB Library
CDCInitEP Function
Syntax
void CDCInitEP();
Description

This function initializes the CDC function driver. This function sets the default line coding (baud rate, bit parity, number of data bits, and format). This function also enables the endpoints and prepares for the first transfer from the host. 

This function should be called after the SET_CONFIGURATION command. This is most simply done by calling this function from the USBCBInitEP() function. 

Typical Usage:

    void USBCBInitEP(void)
    {
        CDCInitEP();
    }
Preconditions

None

Remarks

None

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