avrdude-dev
[Top][All Lists]
Advanced

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

RE: [avrdude-dev] [patch] new hash implementation


From: Alex Shepherd
Subject: RE: [avrdude-dev] [patch] new hash implementation
Date: Sat, 26 Jul 2003 14:42:39 +1200

> Reading | ################################################### | 100%
> avrdude: Device signature = 0x1e9702
> avrdude: erasing chip
> avrdude: done.
> avrdude: reading input file "cs8900a/test_cs8900a.srec"
> avrdude: writing flash (13540 bytes):

My output looks like this:

avrdude: writing flash (6656 bytes):
avrdude: |0%               100%|
avrdude: |#####################|
avrdude: 6656 bytes of flash written

> Writing | ################################################## | 100%

When is your 100% written?

Do you write out the markers first?

ie
Writing |                                                    | 100%

and then come back and write the #'s

ie
          ##################################################       

Or do you do it all at once?

I first write out:

avrdude: |0%               100%|
avrdude: |

then I progressively write out the #'s

          #####################

and then add the final |
ie                      
                               |


This provides good output in the JFE IDE that I use.

Cheers

Alex




reply via email to

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