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
TinyUSB has trouble with properly handling HID devices (e.g. host_hid_to_device_cdc is very problematic). Getting raw or less processed data going through the USB might be less encumbered with bugs. We could then handle the data ourselves.
The text was updated successfully, but these errors were encountered:
Describe the feature you want to implement here:
I would like to see this example ported to Pico-PIO-USB:
https://github.com/hathach/tinyusb/blob/master/examples/host/bare_api/src/main.c
TinyUSB has trouble with properly handling HID devices (e.g. host_hid_to_device_cdc is very problematic). Getting raw or less processed data going through the USB might be less encumbered with bugs. We could then handle the data ourselves.
The text was updated successfully, but these errors were encountered: