chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
473 stars 70 forks source link

USB MIDI device recognized on MAC only, not recognized in WIN 10 #117

Open mastrumisciu opened 1 year ago

mastrumisciu commented 1 year ago

Hi, I have a strange issue, I'm uploading a USB MIDI code through platformio to a esp32 s3 dev kit C-1 v1. On my Mac the USB device is properly recognized as "ESP32 arduino device" and it sends MIDI messages to MIDI monitor devices. On my win 10 laptop the USB device is recognized only in win device manager as MIDI class (interface 1) but it's not recognized by MIDI monitoring software an of course no MIDI message is received by the app. Do you have any idea why this happens? Thanks

chegewara commented 1 year ago

Sorry, but i have no answer on this question. As far as i remember i could connect and use S2 under windows and with android smartphone (just a test use case).