avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [bug #48767] ser_drain() for TCP on Windows doesn't work


From: André Pedro
Subject: [avrdude-dev] [bug #48767] ser_drain() for TCP on Windows doesn't work
Date: Sat, 24 Sep 2016 02:16:41 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586

Follow-up Comment #1, bug #48767 (project avrdude):

There is an avrdude issue that is a possible bug on socket send/receive
methods for win32.


I have run avrdude on verbose mode and I realize that after the first pack of
bytes that have been sent "0x30 0x20" the avrdude does not wait for an answer
(the bytes came after due to some OS delay). Basically, the income stream gets
filled with 0x14 0x10 0x14 0x10 that will be used for the next commands (that
of course cause the programming to fail). Do you have an idea how simply solve
it ? I'm using the last version 3.6.

avrdude.exe: Send: 0 [30]   [20]
avrdude.exe: ser_drain(): read error: The parameter is incorrect.

avrdude.exe: Send: 0 [30]   [20]
avrdude.exe: ser_drain(): read error: The parameter is incorrect.

avrdude.exe: Send: 0 [30]   [20]
avrdude.exe: Recv: . [14]
avrdude.exe: Recv: . [10] 

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?48767>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]