You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.
I wonder if you could share what kind of change is required to make it support USB Hubs connected device? Is there an alternative option other than the USBHost library? I saw you have another library https://github.com/gdsports/USB_Host_Library_SAMD and curious do you think that can solve this?
Thanks!
The text was updated successfully, but these errors were encountered:
So I have a keyboard with an internal USB hub and according to USBHost's library doc: https://www.arduino.cc/en/Reference/USBHost, it seems USBHost doesn't support this.
I wonder if you could share what kind of change is required to make it support USB Hubs connected device? Is there an alternative option other than the USBHost library? I saw you have another library https://github.com/gdsports/USB_Host_Library_SAMD and curious do you think that can solve this?
Thanks!
The text was updated successfully, but these errors were encountered: