This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

"usbd_ble_uart", how can I steer the speed of USB communication?

HI.

I have modified "usbd_ble_uart" a little bit and have changed the BLE service for transfering the received data from USB over BLE.
The problen is now, the BLE service needs (of course) more time to transfer the date to the peer device than the USB delivers data.

How can I control the received data amount over USB? I have seen some notes about handshake signals using "app_usbd_cdc_acm_serial_state_notify", but my tests have not worked so far.

Thanks in advance
Cheers Mike

Related