# UsbSerial_Params ## Overview Defines the USB serial port parameters for the USB Serial DDK. **Since**: 18 **Related module**: [USB Serial DDK](_serial_ddk.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | uint32_t [baudRate](#baudrate) | Baud rate.| | uint8_t [nDataBits](#ndatabits) | Number of data transfer bits.| | uint8_t [nStopBits](#nstopbits) | Number of data stop bits.| | uint8_t [parity](#parity) | Parity check settings.| ## Member Variable Description ### baudRate ``` uint32_t UsbSerial_Params::baudRate ``` **Description** Baud rate. ### nDataBits ``` uint8_t UsbSerial_Params::nDataBits ``` **Description** Number of data transfer bits. ### nStopBits ``` uint8_t UsbSerial_Params::nStopBits ``` **Description** Number of data stop bits. ### parity ``` uint8_t UsbSerial_Params::parity ``` **Description** Parity check settings.