Question
STM32 CDC Host with Custom baud rate
I've created a project with STM32F407xxx, and using as USBH_CDC with this MCU. STM is working fine but the problem is, the baud rate can not be edited. It is auto by default. How can I keep it fixed at a certain baud rate such as 9600 or 115200?
I tried with GetLineCoding & SetLineCoding but it did not work. It is always in auto baud rate.
