Question
what is string length limit for CDC_Transmit_FS
Posted on May 19, 2018 at 16:28
Hi,
i was using CDC_Transmit_FS api to send data serially. It is printing as well but if i give string length more than 30 approx. then CDC doesn't send data.
if i gave length as 20 then it works for same string.
Is there any limit for string length for CDC_Transmit_FS api?
do i require to change something in the configuration?
#cdc_transmit_fs #stm32f103-usb #usb_cdc #usb-cdc