Question
Virtual COM Stm32fxx and complete transfer
Posted on March 23, 2016 at 10:41
Hi,
i'm using a virtual com (without uart), someone know the way to know when the usb has complete the transfer ?I can't make (sure) immediatly two time ''CDC_Transmit_FS''CDC_Transmit_FS( Buf, 100 );// here i need to know when the usb has complete the first transfer CDC_Transmit_FS( Buf, 100 );Sorry for my english !