Ich habe Probleme mit dem Hochladen auf ein Arduino Beetle
Habe Arduino Leonardo ausgewählt
Der Sketch verwendet 3956 Bytes (13%) des Programmspeicherplatzes. Das Maximum sind 28672 Bytes.
Globale Variablen verwenden 149 Bytes (5%) des dynamischen Speichers, 2411 Bytes für lokale Variablen verbleiben. Das Maximum sind 2560 Bytes.
avrdude: ser_open(): can't open device "\.\COM9": Das System kann die angegebene Datei nicht finden.
Fehlgeschlagenes Hochladen: Hochladefehler: exit status 1
Keine Ahnung.
An welchem COM-Port hängt der Controller?
Wie meldet der sich im Gerätemanager?
Kannst Du unter - Werkzeuge - Boardinformationen holen - etwas auslesen?
Press and hold the reset button on the Leonardo or Micro, then hit the upload button in the Arduino software. Only release the reset button after you see the message "Uploading..." appear in the software's status bar. When you do so, the bootloader will start, creating a new virtual (CDC) serial port on the computer. The software will see that port appear and perform the upload using it.