I import the SDK 2.0 Host USB CDC example for testing its not working as it is. I disable the serial port then try its working and detect the USB CDC device but I am not able to understand how to USB receive INTR or USB receive polling.
So, Can you help me for simple Rx and Tx communication API or example code?
There is an excellent article by Jennie Zhang : https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Using-ConfigTool-to-create-USB-Project-F...
Also have a look at some stuff I did to print with USB CDC, this is however just printing to teraterm on a PC, and NOT processing stuff received from the PC