Skip to content

USB CDC #364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
DerSep99 opened this issue Feb 28, 2025 · 0 comments
Open

USB CDC #364

DerSep99 opened this issue Feb 28, 2025 · 0 comments

Comments

@DerSep99
Copy link

Hey guys,
I have an ESP32-S3 ZERO which however can only build up serial communication vie USB CDC. To activate it, i need to enable "USB CDC on Boot". This library unfortunately does not support this type.

Errors:

  1. serialMIDI.h:107:61: error: no matching function for call to 'midi::SerialMIDI::SerialMIDI(USBCDC&)'

  2. serialMIDI.h:43:7: note: no known conversion for argument 1 from 'USBCDC' to 'const midi::SerialMIDI&'

  3. serialMIDI.h:43:7: note: candidate: 'constexpr midi::SerialMIDI::SerialMIDI(midi::SerialMIDI&&)'

  4. serialMIDI.h:43:7: note: no known conversion for argument 1 from 'USBCDC' to 'midi::SerialMIDI&&'

Is there any chance of getting it to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant