Nothing from Serial Monitor with Beetle

Hi
I just bought a bunch of Beetles for a project. However, I couldn't seem to get anything to show on the Serial Monitor. Everything else seems to work fine. Codes that make use of analog readings work etc. The only problem is nothing shows up on the Serial Monitor.
I tried uploading this very simple code but nothing appears:
[code]void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.println("hello");
delay(300);
}[/code]
Is there a problem with my beetles? This happened to all 4 beetles that I ordered by the way :(
I just bought a bunch of Beetles for a project. However, I couldn't seem to get anything to show on the Serial Monitor. Everything else seems to work fine. Codes that make use of analog readings work etc. The only problem is nothing shows up on the Serial Monitor.
I tried uploading this very simple code but nothing appears:
[code]void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.println("hello");
delay(300);
}[/code]
Is there a problem with my beetles? This happened to all 4 beetles that I ordered by the way :(
2014-10-12 00:20:18 I got it fixed! It was a driver issue. Reinstalled the drivers and everything's ok now! Thanks :)
lazybum

2014-10-11 21:56:13 Okay I just double checked with my friend's laptop and it works! So theres something wrong with mine but im not sure what. Any ideas?
lazybum

2014-10-11 17:53:47 (?o?)âĻ
What is your Serial monitor baud rate? Did you select the right board?
Beetle is Leonardo.
Grey.CC
What is your Serial monitor baud rate? Did you select the right board?
Beetle is Leonardo.
