-
-
Notifications
You must be signed in to change notification settings - Fork 7k
DTR Off blocks USB serial receive #9786
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
Comments
In fact it is done consciously.
Commenting if( ... solved the problem. |
Commenting this actually works! This definitively should be a user configurable behavior.... I believe that, as me, someone would struggle with this in the future and hopefully benefits from this approach USB serial converter application example:
|
Board: Arduino Micro(ATMEGA32U4)
Test Sketch:
To reproduce the issue make LoopBack connection RX-TX open Terminal Emulator(e.g. CoolTerm) and begin to send something. Switch DTR state ON/OFF.
If DTR OFF transmition stops.
It does not correspond with ordinary USB to serial behavior, e.g. FT232 chip, which transmits and receves regardless DTR state.
The same test runs on Teensy 2.0 with no such issue.
The text was updated successfully, but these errors were encountered: