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

USB CDC

I m writing program for USB host Virtual com port(LPC1768). May be this question found silly but this is confusing me.

Im getting frames correctly upto get line coding After that host is not responding to the device.I m continously getting NACK after every IN after get line coding.

Second issue is i can see the comp port in com port list. I installed drivers through inf file. But when i tried to open the comp port it shows "error: unable to open the com port".reasone for this is the code issue or the drivers issue.

I m bit confuse with the flow of frames in the virtual com port. can any one tell me the flow of frames.which will be the next frame after get line coding.what happened when this frame comes in a picture in hardware point of view.