ESP32-USB-Soft-Host icon indicating copy to clipboard operation
ESP32-USB-Soft-Host copied to clipboard

Not an Issue: Possible to add support to send data?

Open cpriest-gc opened this issue 4 years ago • 2 comments

Hi,

I appreciate this isn't an issue, but just wondering if it's possible to add support to send data?

I have a universal HID device I created that I'd like to talk to via USB Soft Host, would it be difficult to implement?

cpriest-gc avatar Jul 09 '21 14:07 cpriest-gc

Hi, thanks for your feedback

it's probably worth asking that question on the upstream repository, if it is indeed possible then the Arduino library wrapper will inherit from it.

Are you trying to trigger the rgb leds of a mouse/keyboard ?

tobozo avatar Jul 09 '21 17:07 tobozo

Hi Tibozo,

No, not a keyboard, a HID device that I created that's a USB slave and uses an atmel mega processor with a USB transceiver chip that acts as a USB slave, but is a HID universal device, just need to send 4 bytes to it at a time :)

cpriest-gc avatar Jul 10 '21 22:07 cpriest-gc