Skip to main content
anuj
Associate II
May 16, 2017
Question

STM32F4 USB SERIAL

  • May 16, 2017
  • 1 reply
  • 1118 views
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
This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
May 16, 2017
Posted on May 16, 2017 at 18:37

>>

Is it Possible?

Not without a lot of software/knowledge on your part to effect the connectivity between the two USB ports. 

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
anuj
anujAuthor
Associate II
May 21, 2017
Posted on May 21, 2017 at 16:07

Sorry I am unable to understand. What exactly you are saying? Instead of answering my question, you are giving vague answers. I didn't expect this from you Clive. We come to this community to seek some knowledge and for getting answer to our question. Kindly provide proper answer to the question.

john doe
Senior III
May 21, 2017
Posted on May 21, 2017 at 17:15

you would need to learn how to use the mpsee on the ft232 first then port that code over to your project