YuuichiAkagawa / Arduino-UHS2MIDI

USB Host Shield 2.0 MIDI transport layer for the FortySevenEffects Arduino MIDI Library
MIT License
23 stars 2 forks source link

Support for new ESP32 USB Soft Host Library ? #2

Closed quangvankts closed 3 years ago

quangvankts commented 3 years ago

Hi YuuichiAkagawa

Thank you for your time working on this project It works really well for my ESP32 - USB Host Shield Mini 2.0 setup

However there is new library from sdima1357, make it possible to connect ESP32 directly to USB devices without the USB Host Shield: https://github.com/sdima1357/esp32_usb_soft_host And an Arduino version here: https://github.com/tobozo/ESP32-USB-Soft-Host

So is it possible to make your Arduino-UHS2MIDI library work in combination with this new ESP32-USB-Soft-Host library ? If you can it would be much appreciated !

Thank you

YuuichiAkagawa commented 3 years ago

So is it possible to make your Arduino-UHS2MIDI library work in combination with this new ESP32-USB-Soft-Host library ?

No. This library only works with the USB Host Shield Library 2.0. You will need to develop your own MIDI class driver and MIDI transport layer.

quangvankts commented 3 years ago

Ah ok thank you !