I\'ve uploaded a sketch to an Arduino Uno whose loop is something like this:
void loop(){ Serial.println(\"Hello, World!\"); }
So, now,
The only way it worked for me for arduino nano 33 iot is via pressing the reset button on the board continuously many time then press uoplad!