Hello,
I am trying to implement a USB virtual COM port on an embedded device using the CDC ACM class. I am an encountering an issue after sending the configuration descriptor in enumeration. After the descriptor is sent, activity on the bus halts. The configuration descriptor is sent successfully, and I don't see anything that indicates an error in the control transfer. This is what it looks like from a protocol analyzer capture:
upload image onlineMy question is if there's a likely cause for this issue (my first instinct was that the descriptor wasn't set up correctly) that I'm not picking up on. I've only been working with USB for a few months so I'm not experienced with common problems that developers run into.
Thanks!