GithubHelp home page GithubHelp logo

Comments (5)

avrs-admin avatar avrs-admin commented on June 3, 2024

Sat 01 Oct 2005 09:59:40 PM UTC

I forgot to mention:

I use avrdude5.0 for Win32.
I downloaded this from Avr "Super-Project"

from avrdude.

avrs-admin avatar avrs-admin commented on June 3, 2024

Joerg Wunsch <joerg_wunsch>
Mon 03 Oct 2005 08:19:34 PM UTC

Can you describe a bit more about your environment?

I've been using -vvvv quite frequently, and never observed a
problem with it.

Perhaps, you can add a full log file.

from avrdude.

avrs-admin avatar avrs-admin commented on June 3, 2024

Thu 06 Oct 2005 09:15:50 PM UTC

I attached two log files per your request.

One showing avrdude doing fine. (3x -v)
One making avrdude fail. (4x -v)

from avrdude.

avrs-admin avatar avrs-admin commented on June 3, 2024

Brian Dean
Thu 27 Oct 2005 02:14:06 PM UTC

This is a bug in ser_send() on Windows, but not Unix (ser_win32.c vs ser_posix.c).  The bug is that the buffer index and the buf itself are incremented within the char output loop and by the time execution reaches the point where the buffer itself needs to be output, the counters have been updated, and thus there is no more data to output.  A temporary variables need to be used for the verbose output loop instead of the originals.

from avrdude.

avrs-admin avatar avrs-admin commented on June 3, 2024

Colin O Flynn <c_oflynn>
Thu 24 Nov 2005 03:01:21 PM UTC

Hello,

Tested Brian Dean's patch on the mailing list, now it works with 3,4, or 16 v's. Commited to CVS.

-Colin

from avrdude.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.