How to drive a FT232 chip by STM32 USB HOST CDC example?
Hi there,
I am working on a project that requires sending just two commands to an FT232 chip and waiting for the response data.
I can already successfully communicate the STM32 USB HOST CDC and the STM32 USB DEVICE CDC (refer to repo's first commit ).
However, while I was trying to modify the USB HOST CDC example to work with FT232(refer to the above repo's second commit), it didn't work.
Can anyone give me some advice or demo code?
Thank you.


