I want to transfer sensor data to a raspberry pi using the in-built USB on nrf52840. The example codes have the following classes: CDC_ACM, Audio, HID and Mass storage. I want to transfer data around 200 KB/s. Which class would be sufficient for the data rates? Also for the host side, will using USB serial port (ttyACM0) be fast enough for CDC_ACM or should I use libusb?