Hi
The host CDC project is a simple demonstration program. It enumerates a COM port and echoes back the data from the UART as follows.
1.The host CDC receives data from the UART, which is plugged in the PC. Type characters in the terminal tool, such as Tera Term, and the characters are sent to the host example.
2. After the host example receives data from the UART, it sends the data to the device virtual COM.
3. After the data has been sent to the device virtual COM successfully, it receives the same data from the device virtual COM.
4. If the host has received the data, it sends data to the UART using the UART driver API. The UART echoes back data to the PC.
You can refer to MCUXpresso SDK USB stack HOST reference manual for more details.

Regards
Daniel