This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2368 hangs while transmitting characters via USB

Hi, I am using the Keil sample code to implement the vitual COM communication on LPC2368.

The Communication works well when the hyperterminal is connected to the device.

When the device keeps transmitting ( device runs Ok) without connecting to hyperterminal, but after a while the device hangs waiting for ( while(CDC_DepInEmpty == 0);) to become true.

I am new to USB communication, Please guide me.

0