How does USB Host CDC data communication work?
Posted on April 18, 2018 at 02:11Hello everyone,I'm trying to get USB Host CDC working on STM32F407-DISC board. I'm using USB library version 2.2.0.So far, I got enumeration working fine by connecting a CDC device. I'm able to send data to the CDC d...