avrdude
Verified for current stable LTS
Avrdude Command: List Avr Programmers
An engineer would use the `avrdude -c ?` command when they need to view a list of supported AVR programmers to choose the appropriate one for programming an AVR microcontroller in their project. Exact CLI syntax to list_avr_programmers using Avrdude.
When to use this: An engineer would use the `avrdude -c ?` command when they need to view a list of supported AVR programmers to choose the appropriate one for programming an AVR microcontroller in their project.
Command Syntax
avrdude -c \? avrdude -c /? Command Breakdown
-c- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list_avr_programmers using Avrdude.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Avrdude Command: List Avr Devices
avrdude -p \? Avrdude Command: Read Flash Rom avrdude -p <part_no> -c <programmer_id> -U flash:r:<file.hex>:i Avrdude Command: Write Flash Rom avrdude -p <part_no> -c <programmer> -U flash:w:<file.hex> Avrdude Command: Read Flash Rom avrdude -p <part_no> -c <programmer_id> -U flash:r:<file.hex>:i Avrdude Command: Write Flash Rom avrdude -p <part_no> -c <programmer> -U flash:w:<file.hex>