-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
The issue occurs in the following scenario.
Implement a simple echo script on whatever microcontroller you prefer (Arduino Mega in my case)
Connect the Arduino to the USB-Host port of the teensy4.
Implement a simple forward script running on the teensy (Read from USB, forward to Arduino, read from Arduino, forward to USB).
The Arduino can be disconnected and reconnected during idle.
BUT when reconnecting it as a communication is or was happening(withing the last whatsoever .5 seconds) the communication will be dead.
userial will give availableForWrite() > 0, but there is no response.
Metadata
Metadata
Assignees
Labels
No labels