arduino-libraries/MIDIUSB

MidiUSB.read() get stuck if power on with connected cable. Works fine if cable is connected after power on.

Closed this issue · 1 comments

MidiUSB.read() get stuck if power on with connected cable. Works fine if cable is connected after power on.

MidiUSB.send() work in both cases.

Any suggestions?

Thank you.

Changing the SAMD core solved.
Core 1.6.21 or older, bad.
Core 1.8.1 or newer, works.