Arduino USB revision C

I just got a Revision C of Arduino USB. Sorry, I am a newbie, but I was trying to upload a sketch blink. I coulnt get it worked after installing the usb drivers, setting it to com 1, baud 9600, atmega168. I also noticed that there is no LED on path of pin 13. I got my board from Sparkfun. Is there something I did wrong?

Michael

Hi

Do you have the latest version of the Arduino software?
I ask because there is no serial speed setting in Arduino 7, except in the Serial Monitor, which you don't need for uploading the blink sketch.

D

Also, the bootloader on the Arduino board operates at 19200, so if you've been editing the baud rate in your Arduino preferences file, it should be set to 19200.

I think Rev C doesnt come with the LED along pin 13. I think that threw me off. I changed the usb com port to 2, and it seemed to work fine. No, blinking but thats fine. I just need to solder on a LED.

Thanks for the help.

Also, the bootloader on the Arduino board operates at 19200, so if you've been editing the baud rate in your Arduino preferences file, it should be set to 19200.