tobozo / ESP32-USB-Soft-Host

An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example
GNU Affero General Public License v3.0
265 stars 42 forks source link

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

Open cpriest-gc opened 2 years ago

cpriest-gc commented 2 years ago

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?

tobozo commented 2 years ago

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 ?

cpriest-gc commented 2 years ago

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 :)