I connected pins by the following table:
| usb_to_serial | arduino | |
|---|---|---|
| GND(5) | GND | |
| DTR(4) | RESET | |
| TXD(3) | RX | |
| RXD(2) | TX |
And I conected power with adapter 9V 300mA.
Driver for my usb to serial is corect (image usb.png). In arduino software I chose "Arduino Ethernet" (tools->board). Next I chose COM8 (tools->serial port). Then I tried upload program on arduino but I get that message "avrdude: stk500_getsync(): not in sync: resp=0x00"! Program is also corect beacuse I chose sketch from file->examples->basic->blink...
please help to me...
