Unable to send data from esp32-s3 to usb-device

I've dug deep... - but didn't succeed in sending e.g. {0x77, 0xaa, 0x77} from my esp32-s3-zero to another USB device via standard USC C cable.
I have connected the 5V to the esp32-s3-zero - which also supplements the USB device - without any problems.

Before I shelve the whole project...
Do anyone have an example code I can use for the Arduino IDE to make this work?
And what settings do I need to have in the Arduino IDE?

If I recall correctly acm.ino OK

from ESP32-TinyUSB library , Host examples

and :

image

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.