Hello,
I am trying to upload a sketch within the Arduino IDE 2.3.6 to an Arduino Diecimila. First i have selcted my Board and the Port in the Arduino IDE:
The sketch looks like:
void setup() {
}
void loop() {
}
Compiling the Code is wroking without an Error. But when I upload this simple Sketch i get an Error Message:
When I am using the same Sketch in the Arduino 1.8.19 version i am selecting the Board: Arduino Duemilanove or Diecimila , Processor: ATmega168 and Port: COM4
Then Compiling and Uploading is working fine:
Any Idea how to get the Arduino IDE 2.3.6 working for my Arduino Diecimila ?