CDCSetParity Macro

Microchip USB Device Library

USB Device Library Help
CDCSetParity Macro
C
#define CDCSetParity(parityType) {line_coding.bParityType=parityType;}
Description

This macro is used manually set the parity format reported back to the host during a get line coding request. 

Typical Usage:

    CDCSetParity(PARITY_NONE);

 

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 parityType 
Type of parity. The options are the following:  
Remarks

None

Microchip MCHPFSUSB v2.3 - Sept 20, 2008
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.