The structure CDC_LINE_CODING is used for the USB CDC
interface.
typedef __packed struct _CDC_LINE_CODING {
U32 dwDTERate; /* Data terminal rate */
U8 bCharFormat; /* Number of stop bits */
U8 bParityType; /* Parity bit type */
U8 bDataBits; /* Number of data bits */
} CDC_LINE_CODING;
Where
dwDTERate
Baudrate in bits per second.
bCharFormat
Number of stop bits (0 = 1 stop bit, 1 = 1.5 stop bits, 2 = 2
stop bits).
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.