AVR Downloader/UploaDEr - Patches: patch #7100, Small correction to arduino...
You are not allowed to post comments on this tracker with your current authentication level.
patch #7100: Small correction to arduino auto-reset / ser_posix.c ser_set_dtr_rts
Submitter: | David A. Mellis <mellis> | ||
Submitted: | Thu 25 Feb 2010 11:58:37 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | Done | Privacy: | Public |
Assigned to: | None | Open/Closed: | Closed |
Sun 07 Mar 2010 09:31:11 PM UTC, comment #1: |
Michal Ludvig <mludvig> |
Thu 25 Feb 2010 11:58:37 PM UTC, original submission:
The new ser_set_dtr_rts() function in ser_posix.c appears to work backwards (confirmed with an oscilloscope). If the function argument is_on is true, the DTR and RTS bits are cleared instead of set. This patch corrects that, which fixes auto-reset and upload on some Arduino board / operating system combinations (others work already). |
David A. Mellis <mellis> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
In SVN now, thanks.