Question
USB VCP Bug?
Hi .I use CDC to transmit data to computer .
I want to transmit big array to the computer using CDC_Transmit_FS
what is the maximum buffer length that support this function ?
this is my code:
CDC_Transmit_FS((uint8_t *)buffer,(uint16_t)73728);
but some amount of data lost in the computer.
