29.1. USB CDC Dual_Serial
29.1.1. Overview
This example project shows USB CDC Serial
PC sees two serial ports via Device Manager
29.1.2. Board Setting
Connect a USB port on PC to the PWR DEBUG port on the development board with a USB Type-C cable
Connect a USB port on PC to one of USB port on the development board with a USB Type-C cable
29.1.3. Running the example
When the project runs correctly
The computer can automatically recognize and install the USB to serial port driver and enumerate a composite device with two com ports
Enter any uppercase or lowercase letters at the serial terminal. The device can convert the entered uppercase or lowercase letters to lowercase letters through one of enumerated serial ports, and convert lower case letters to upper case letters through the other serial port.