-
Notifications
You must be signed in to change notification settings - Fork 21
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
Reset via DTR pin is broken #10
Comments
open and close port for reset via DTR (issue #10)
hi roybaer, thanks for pointing that out! You are correct, port must be opened before DTR reset. In old versions the port was indeed opened before reset, but I changed the sequence because I had issues with USB port not flushing correctly (see also here). To fix the bug without the flush issue, I just uploaded a fix to branch Can you please check it and let me know if this fixes your problem? Thanks in advance! |
I can confirm that this solves the DTR reset problem. |
Darn!
|
Thanks! |
open and close port for reset via DTR (issue gicking#10)
fix DTR reset issue, see issue gicking#10 gicking#10
Resetting a board via DTR pin does not work anymore.
The guilty commit appears to be cd470a7, which kind of makes sense. I.e. you'll have to open the port before you can toggle DTR.
The text was updated successfully, but these errors were encountered: