[avrdude-dev] [patch #6866] bug #26703: [Feature Request] Support device reset for 'arduino' programmer type

2009-10-10 Thread Michael Dreher
Follow-up Comment #6, patch #6866 (project avrdude): Hi Michal, there is a little typo in ser_win32.c. The filedescriptor parameter is named fdp instead of fd which prohibts compiling it. original: static int ser_set_dtr_rts(union filedescriptor *fdp, int is_on) changed: static int

[avrdude-dev] [patch #6866] bug #26703: [Feature Request] Support device reset for 'arduino' programmer type

2009-10-10 Thread David A. Mellis
Follow-up Comment #7, patch #6866 (project avrdude): Once I corrected the typo (fdp - fd), the version in SVN (r. 845) worked fine for me on Windows Vista and Mac OS X 10.6 (Snow Leopard). I tried both with boards that use DTR and ones that use RTS for reset.