You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many different programmers and options that may be required for the programming to succeed.
63
63
64
64
For more information, refer to the [AVRDUDE documentation](https://avrdudes.github.io/avrdude/).
65
+
66
+
## Using the AVRDUDE GUI demonstrator
67
+
68
+
Starting with version 8, a GUI implementation has been added, to demonstrate the functionality of `libavrdude` is suitable to implement a native GUI (as opposed to CLI wrapper).
69
+
70
+
The GUI is based on the Qt toolkit and its Python bindings, called _PySide_.
71
+
72
+
A script named `avrdude-gui` is installed into the same location as the AVRDUDE CLI program. It can be used to start the GUI. There is a builtin help describing the usage.
0 commit comments