Skip to content
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

Support for dual and triple usb serial #115

Open
maitredede opened this issue Jun 28, 2022 · 0 comments
Open

Support for dual and triple usb serial #115

maitredede opened this issue Jun 28, 2022 · 0 comments

Comments

@maitredede
Copy link

Hello,

Teensy board can have multiple serial ports on USB, and the lib only supports single serial (default) mode.

When using single serial mode, the const USB_SERIAL is defined. For dual serial, only the const USB_DUAL_SERIAL is defined, and for triple mode USB_TRIPLE_SERIAL. So when using non-default mode, the disable/enableDriver functions are empty.

I tried to update the lib to support other modes, but I don't know how are called the enable/disableDriver functions, in all the lib, if it make a conflict...

I would be pleased if someone can give a try : https://github.com/maitredede/Snooze/tree/teensy36-multiserial

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

No branches or pull requests

1 participant