Upload problem.

Hello I just got my first bord and am having trouble uploading example code.
OS: Windows 7
My board :

My settings:


ERROR

Binary sketch size: 896 bytes (of a 30720 byte maximum)
C:\Users\Valters\Desktop\arduino-0018\hardware/tools/avr/bin/avrdude -CC:\Users\Valters\Desktop\arduino-0018\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -cstk500v1 -P\\.\COM3 -b57600 -D -Uflash:w:C:\Users\Valters\AppData\Local\Temp\build2959345295801215766.tmp\Blink.cpp.hex:i 


avrdude: Version 5.4-arduino, compiled on Oct 11 2007 at 19:12:32
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

         System wide configuration file is "C:\Users\Valters\Desktop\arduino-0018\hardware/tools/avr/etc/avrdude.conf"

         Using Port            : \\.\COM3
         Using Programmer      : stk500v1
         Overriding Baud Rate  : 57600
avrdude: ser_open(): setting dtr
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Recv: 
avrdude: stk500_getsync(): not in sync: resp=0x30
avrdude: Send: Q [51]   [20] 
avrdude: Recv: 
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51

avrdude done.  Thank you.

I try pushing reset button before uploading but nothing works.

Is your Arduino actually connected to COM3? Does COM3 disappear from the list if the Arduino is unplugged?

No it doesn't, it still shows when I unplug the device.

So your Arduino isn't COM3, have you installed the driver for the board ?

It was installed, but appeared to have some problems.
I reinstalled driver and now COM4 appeared. Now it works, thanks for help !