Search found 1 match
- Tue Sep 26, 2023 3:01 am
- Forum: ESP-IDF
- Topic: USB Host Lib - Set Configuration of USB Device
- Replies: 0
- Views: 1020
USB Host Lib - Set Configuration of USB Device
Hello there, I am developing a device driver for a USB-Ethernet Adapter on the ESP32-S3 using the USB Host Library. The device has two different USB configurations (bNumConfigurations = 2). One configuration is used for a proprietary protocol, and the second one is for the USB-ECM class. Therefore, ...