Search found 2 matches
- Thu Aug 31, 2023 4:49 pm
- Forum: General Discussion
- Topic: USB Host In Transfer Failure
- Replies: 3
- Views: 5722
USB Host In Transfer Failure
Hi All I am trying to setup a IN Transfer on a usb device in host mode. The device looks as follows: <code> *** Device descriptor *** bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 0x0 bDeviceSubClass 0x0 bDeviceProtocol 0x0 bMaxPacketSize0 8 idVendor 0x665 idProduct 0x5161 bcdDevice 0.00 iMa...
- Wed Aug 23, 2023 5:12 pm
- Forum: General Discussion
- Topic: RAW HID ESP32S3
- Replies: 0
- Views: 644
RAW HID ESP32S3
Hi I am trying to connect a raw hid device to my esp32s3 board but am battling to find enough information. When running the usb_host_lib example the device gets picked up : <code> 9:03:32.535 -> [0;32mI (865) CLASS: Opening device at address 1[0m 19:03:32.535 -> [0;32mI (865) CLASS: Getting device i...