New look and feel of the AVRDUDE output #1824
Replies: 4 comments 13 replies
-
|
I'm actually quite pleased with the current Avrdude output, but I agree that the ✅ and ❌are very visual and can tell the user how the session went without having to read the entire output. But I could want something more verbose than -qq, but less than -q. Maybe something like this? instead of the usual: |
Beta Was this translation helpful? Give feedback.
-
|
Great ideas @MCUdude. Looks much cleaner. I like the idea of a numeric progress bar. Could be replacing the ASCII bar (so no intermediate What do others think? What do you miss? What would you change? |
Beta Was this translation helpful? Give feedback.
-
|
I am not so sure if everyone likes UTF-8 check marks such as ✅ and ❌ though, even though I myself like the idea. The issues may be with some non-English Windows versions (especially older versions) -- but I am not 100% sure if this is still an issue or not now as I only use English version of Windows. And we can claim that we no longer support Windows 7. |
Beta Was this translation helpful? Give feedback.
-
|
Tests under Windows 11, Windows Terminal app, you can see CMD prompt has issues. I usually use latest version of PowerShell but I understand that many are still using Windows CMD prompt... |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
The increasing AVRDUDE functionality tends to produce output that puts a relatively high mental load on users: there is a lot to read, every other line starts the same with
avrdude. It isn't entirely clear where to focus on a scrolling screen of running commentary. This is bound to become worse when/if things like memory lists in-Uare processed. We might do worse than looking into ways of improving AVRDUDE's look and feel. For example, I feel that simple things such as the use of coloured UTF-8 check marks such as ✅ and ❌ instead of the avrdude program name might help. But this discussion isn't to give answers:I'd like to start a discussion to collect ideas and critique from others.
Now that we might get a neat and shiny GUI example from Joerg for v 8.0, we have a licence for a new output/info/debug style 😄
Beta Was this translation helpful? Give feedback.
All reactions