Question
STM32F4 USB SERIAL
Posted on May 16, 2017 at 13:08
Working on STM32F4 Discovery and using CubeMx to generate basic structure for the program.
I am connecting FT232 based USB TTL Module to the USB OTG port of Discovery using Micro USB to Female OTG Cable.
I am using CDC example VCP, When I connect to PC with Discovery, it behaves as VCP and I can see it in device manager, But I want to behave it as normal USB and connect external Serial module.
Is it Possible?
#stm32-usb-usb-otg #stm32