I\'ve uploaded a sketch to an Arduino Uno whose loop is something like this:
void loop(){ Serial.println(\"Hello, World!\"); }
So, now,
If you still have the serial console open, it will reserve the serial port. Close it, and try again.