AVR Downloader/UploaDEr - Bugs: bug #48767, ser_drain() for TCP on Windows...
You are not allowed to post comments on this tracker with your current authentication level.
bug #48767: ser_drain() for TCP on Windows doesn't work
Submitter: | None | ||
Submitted: | Fri 12 Aug 2016 08:10:44 PM UTC | ||
Category: | None | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | fibroin |
Originator Email: | -email is unavailable- | Open/Closed: | Open |
Release: | None | Programmer hardware: | |
Device type: |
( Jump to the original submission )
Wed 26 Apr 2017 09:03:04 PM UTC, comment #6: |
Christopher Cooper <ccooper21> |
Sat 22 Apr 2017 11:03:28 PM UTC, comment #5: Sorry, the problem was arduino patch. I suggest to you, please don't add arduino patch when you compile the avrdude, I based my project on: https://github.com/arduino/avrdude-build-script
|
Adriano Costanzo <vashcode> |
Sat 22 Apr 2017 10:38:46 PM UTC, comment #4: Hi ccooper21, I tried your patch but it's not working.
|
Adriano Costanzo <vashcode> |
Thu 13 Apr 2017 11:37:36 PM UTC, comment #3: UPDATED LINKS: See patch #9304 for a solution. I've also committed the patch to my GitHub repository. |
Christopher Cooper <ccooper21> |
Thu 30 Mar 2017 01:34:23 AM UTC, comment #2: See patch #9304 for a solution. I've also committed the patch to my GitHub repository. |
Christopher Cooper <ccooper21> |
Sat 24 Sep 2016 02:16:41 AM UTC, comment #1: There is an avrdude issue that is a possible bug on socket send/receive methods for win32.
|
André Pedro <apedro> |
Fri 12 Aug 2016 08:10:44 PM UTC, original submission:
I have an Arduino Micro with Optiboot-Bootloader and I can upload sketches with AVRDude over TCP on Linux.
|
Anonymous |
Depends on the following items: None found
Items that depend on this one: None found
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.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2016-08-12 | None | Attached File | - | ![]() |
Added avrdude fehler.txt, #38191 |
Adriano, thanks for testing my patch! I'm glad to hear that it is working well for you.
It is odd that you had problems using the "avrdude-build-script" project, as I used the same to build and test my patch. When I made the patch, I didn't find any other patches that affected the same file so its not like there should be a conflict. Maybe another patch was added since I did my work that is affecting you. I'm not sure.
-- Chris