setting the rts pin to false when the dtr pin is used to reset boards. #115
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! I'm adding the Freaks Car (http://www.elecfreaks.com/estore/freakscar-robot-starter-kit-741.html) to Bitbloq ( our robot/boards family is growing 😄 )
But when i try to program it with avrGirl always give me a timeout, i was searching and it's because the board never resets on the flashing process.
I see that the reset is done in avrgir setting the DTR and RTS pins to true.
But setting DTR to true, and RTS to false it works.
I try with a bqZum and with an Arduino UNO, and works too. So i created the pull request because looks good.
Buuut I'm not sure if this change can affect to more boards, i'm searching more info about the reset process on Arduino, but only see information about the DTR pin, never about the RTS, i'm not sure if is used too.
Can you test it in the other boards? if you find some board with errors setting the RTS to false, i can change the pull request to add a RTS option in the boards.json to handle this case in the reset.
Thanks!