We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello
i am working on a project that involves a use of a CDC interface (virtual com port).
now the serial baudrate is fixed at 9600 baud.
is there any manner to change this rate using this function :
bool USBD_CDC0_ACM_SetLineCoding (CDC_LINE_CODING *line_coding) { // Add code for set line coding
return true; }
thanks