CubeMX - USB Virtual COM Port sends only first word
Posted on April 03, 2015 at 16:50 What happens? I've created project in CubeMX, there - CDC virtual com port. So, this is function CDC_Transmit_FS() in usbd_cdc_if.c uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len) { uint8_t result = U...