The function usbd_cdc_ser_initport initializes the serial communication port with a baud rate of baudrate, data packet size data, parity control bit parity, and the number of stop bits stopbits. The function usbd_cdc_ser_initport is part of the USB Device Function Driver layer of the RL-USB Device Software Stack. Modify this function to the application needs. |