Thank you for the information.
After the changes made like you said the Arduino IDE software return me this message :
Done burning bootloader.
If I disconnect the siprog device and try to burn the bootloader it say :
Burning bootloader to I/O Board ( this may take a minute )...
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
Double check connection and try again , or use -F to override this check.
This operation I have made to be sure that the siprog is recognized and the serial port COM1 is not blocked by some firewalls or antivirus software.
The settings for burning bootloader is:
- in Tools menu , Board submenu , it's selected the Arduino Diecimila or Duemilanove w/ ATmega168
- serial port submenu it's selected COM1
- next step is to select from submenu Bootloader the w/ lancos SI-Prog serial ISP
After I select this it take a few seconds ( 20 seconds ) and return me: Done burning bootloader.
Only If I have the SIprog conected and powered on.
So I think the bootloader is burned on ATmega 168.
The chip I use in the Arduino is ATMEGA168 - 20PU.
I pull out the chip from the programmer and plug in to the arduino board.
Power on the arduino board after I connected to the serial port with an normal 1 to 1 cable. This it means that i have made and db9 male to db9 female cable with pin to pin connection ( 1 to 1 , 2 to 2 , 3 to 3 and so on 9 to 9 ).After power on the power led it lights showing me it is powered on.
Going to Sketchbook -> Examples -> Digital -> Blink
Goood! I select Blink and after this select Upload to I/O Board.
The Uploading to I/O Board ... message apear , the LED0 RX blink for a 2 or 3 seconds and an error is shown:
Problem uploading to board. See http://www.arduino.cc/Guide/Troubleshooting#upload for sugesstions.
Binary scketch size : 976 bytes (of 14336 byte maximum)
avrdude: stk500_getsync(): not in sync: resp oxoo
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
And thats all.
What I do wrong ?
Thank you very much for your help.