Hi to all
I have this problem with Leonardo. Code works fine on uno.
void setup(){
Serial.begin(9600);
while(!Serial){
}
}
This is a simple code but my Leonardo stay inside the while(!Serial) loop. I even added Serial.begin after while loop but still. It never go to void loop()