avrdude: stk500v2_ReceiveMessage(): timeout

Bonjour, Hello
je suis novice dans le monde de ARDUINO et j'ai déjà un problème. En plus je ne suis pas très bon en anglais.
I'm newbie in Arduino's world and I already have a problem. And I 'm not very good in English.

Arduino Mega 2560 Rev3
windows XP SP3
logiciel-software : arduino 1.6.0
Outils-Tools/Port : COM4
Outils-Tools/Processeur : Atmega2560 (Mega 2560)

J'ai testé un shield moteur ADAFRUIT qui a fonctionné correctement avec un exemple fourni.
J'ai fait plusieurs modifications et maintenant plus possible de téléverser un programme du PC vers la carte ARDUINO.
J'ai réinstallé le logiciel ARDUINO ainsi que le driver.
J'ai testé sur un autre ordinateur.
Mêmes problèmes.
J'ai enlevé le shield et j'ai reconnecté la carte à un port USB de l'ordinateur.

I tested an Adafruit Motor shield that worked properly with an example provided .
I have made several changes and now it isn't possible to upload a program from PC to the Arduino board.
I reinstalled the software ARDUINO and the ARDUINO driver .
I tested on another computer .
Same problems.
I removed the shield and I reconnected the card to an USB port on the computer.

la LED verte 'ON' est allumé fixe . Green LED 'ON' is on fixed.
le LED jaune 'L' est allumé fixe . Yellow LED 'L' is on fixed.
je teste avec le programme BLINK . I test with the BLINK example.
clic pour téléverser . Click to upload.
en fin de compilation du croquis, la LED RX émet un léger scintillement quand on a le message 'avrdude:stk500v2_ReceiveMessage() : timeout'
et on boucle sur ce message
at the end of the compilation of the sketche, RX LED emits one slight flicker when one has the 'avrdude message: stk500v2_ReceiveMessage () : timeout'
and loop over this message

j'ai essayé en appuyant sur RESET
j'ai mis un connecteur entre RX0 et TX0 et j'ai ouvert le moniteur série, j'ai bien en retour ce que je saisi.
I tried pressing RESET
I plugged a jumper wire between RX0 and TX0 and I opened the serial monitor , I see what I entered.

Est-ce que quelqu'un a une autre solution ? Does anyone have a solution?
Merci, Thanks


avec les préférences 'afficher les résultats détaillés pendant le téléversement'
with the preferences 'show verbose output during upload'

Arduino : 1.6.0 (Windows XP), Carte : "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"

Le croquis utilise 1 518 octets (0%) de l'espace de stockage de programmes. Le maximum est de 253 952 octets.Les variables globales utilisent 9 octets (0%) de mémoire dynamique, ce qui laisse 8 183 octets pour les variables locales. Le maximum est de 8 192 octets.D:\Arduino\arduino-1.6.0/hardware/tools/avr/bin/avrdude -CD:\Arduino\arduino-1.6.0/hardware/tools/avr/etc/avrdude.conf -v -patmega2560 -cwiring -PCOM4 -b115200 -D -Uflash:w:C:\DOCUME~1\guy\LOCALS~1\Temp\build9102345074045987614.tmp/Blink.cpp.hex:i
avrdude: Version 6.0.1, compiled on Apr 3 2014 at 23:12:16
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch

System wide configuration file is "D:\Arduino\arduino-1.6.0/hardware/tools/avr/etc/avrdude.conf"

Using Port : COM4
Using Programmer : wiring
Overriding Baud Rate : 115200
avrdude: stk500v2_ReceiveMessage(): timeout
AVR Part : ATmega2560
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PA0
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :

Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack


eeprom 65 10 8 0 no 4096 8 0 9000 9000 0x00 0x00
flash 65 10 256 0 yes 262144 256 1024 4500 4500 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00

Programmer Type : Wiring
Description : Wiring
Programmer Model: AVRISP
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: ser_send(): write error: sorry no info avail
Problème de téléversement vers la carte. Voir http://www.arduino.cc/en/Guide/Troubleshooting#upload pour suggestions.

Ce rapport contiendrait plus d'informations si l'option
"Montrer les informations de sortie pendant la compilation"
était activée dans Fichier > Préférences.