Content originally posted in LPCWare by gbm on Wed Apr 18 03:25:33 MST 2012
You need to modify VCOM_putchar so that it will wait for a free place in FIFO instead of exiting with EOF. Be warned that this is not the only problem with CDC sample.
Also, remove that strlen from your code. Check for NUL character instead before printing each char.:rolleyes: