Resolved! USB CDC receving more than one char
Hello,I wonder, is it possible to receive more than one char (1 byte) at the time? For now I can only receive one in one message, i can't find the solution to receive more. Here is my code:/**usbd_cdc_if.c**/ static int8_t CDC_Receive_FS(uint8_t* Buf...