Hello,
I want to send data via Bluetooth Serial as well as USB CDC Serial and currently, I am getting data rates up to 3.2KB/s on a Windows Laptop.
I read this https://devzone.nordicsemi.com/f/nordic-q-a/38822/usbd-with-cdc-acm-class-windows-10-maximum-data-rate
where the team said that they had received 215 KB/s.
I tried the example code usb_cdc_acm and in that, I got about 85 KB/s.
Is there any example code to get about 215 KB/s data rates on USB CDC?