How to implement a Virtual Com Port on USB Host in STM32F4xx?
Posted on April 24, 2015 at 08:51Require: I use the library(STM32_USB-Host-Device_Lib_V2.1.0). I run the example ''USB_Device_Examples\VCP'' I find STM32F4xx as USB Device in the example. But in my design, STM32F4xx will be as USB Host on VCP. Be...