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

Teensy 4.1 USBHost_t36.h hang when using HUB to usb Host for multiple midi device control #134

Open
PAOLO157 opened this issue May 3, 2024 · 1 comment

Comments

@PAOLO157
Copy link

PAOLO157 commented May 3, 2024

Hello gentlemen,
I' apologize for my english,
My name is PAOLO (italian) and I am new to this forum and a novice to your USBHost_t36.h library.
I developed a midi board using a Teensy 4.1 and it works very well with 4 UART based midi inputs/outputs and also when I connect a midi keyboard to the USB HOST (second USB) and finally when I connect the Teensy to the PC (win10) to use DAW and VST. Every things sound great !
BUT, when I try to use a (2.0) or (3.0) HUB the program stops after the .begin() statement if a device is already connected to the HUB.
In any case when I try to connect even a single device to the HUB after .begin has been successfully terminated, Teesny seems to stop working and needs to be restarted.
Do you have any suggestions?
Many thanks in advance.

@doctea
Copy link
Contributor

doctea commented Sep 18, 2024

Hi, I would say to post your code. I have two USB hubs and several USB MIDI devices connected to my Teensy project. I do sometimes get crashes when connecting devices, but not every time, so maybe there is something in your code causing this.

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

2 participants