[Resolved] Problem to upload in UNO CH340

Hello,
I'm using Win 7 64 (and another pc Win 8 64).
Driver for CH340 is ok, and on the IDE i can see the correct COM and UNO.
The UNO led green is on and the red led blink
I try to upload a sketch (blink with modification of the delay) but the upload dont finich correctly.

Arduino : 1.6.5 (Windows 8.1), Carte : "Arduino Uno"
Le croquis utilise 1 030 octets (3%) de l'espace de stockage de programmes. Le maximum est de 32 256 octets.
Les variables globales utilisent 9 octets (0%) de mémoire dynamique, ce qui laisse 2 039 octets pour les variables locales. Le maximum est de 2 048 octets.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM4 -b115200 -D -Uflash:w:C:\Users\Caro\AppData\Local\Temp\build3273949628530798950.tmp/Blink.cpp.hex:i

avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"

Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 115200

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x1e
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x1e
avrdude done. Thank you.
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.

What is the problem ?
Thank you

Did you use this driver ? CH341SER.EXE - 南京沁恒微电子股份有限公司

I have no problem with Windows 7 64-bit and CH340G Uno clone.

Peter_n:
Did you use this driver ? CH341SER.EXE - 南京沁恒微电子股份有限公司

I have no problem with Windows 7 64-bit and CH340G Uno clone.

Yes I use this drivers.
On the IDE, my UNO and the correct port it's reconized :


Arduino : 1.6.5 (Windows 8.1), Carte : "Arduino Uno"
Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 115200


I have installed those drivers once more. Using Windows 7 64-bit and Arduino 1.6.5-r2. No problems uploading.

         Using Port                    : COM3
         Using Programmer              : arduino
         Overriding Baud Rate          : 115200

Is something wrong with the usb cable ? Could you try it on another computer with other cables and other Arduino board. If that works, exchange things until you find the problem.
Sometimes the bootloader is corrupted. Do you have a programmer to burn the bootloader ?

I have tryed on a Windows 7 64 and W 8 64 with 3 differents cables.
With my second UNO I have the same problem.

I try with IDE 1.0.5 r2 I have this problem :
I don't have another programmer, only 2 x UNO

avrdude: stk500_getsync(): not in sync: resp=0x00

The newest Arduino IDE should work. Starting with version 1.5.x, the serial communication to upload a sketch has improved a lot.

A second Uno board with the same problem ? Then it is probably not a corrupted bootloader. Perhaps something ugly with drivers or old files of Java or old Arduino files.
Did you install Java ? Please remove it. I use JavaRa to clean my computer from Java : https://singularlabs.com/software/javara/
Can you try to remove Arduino files of older versions, but not your projects files of course.

I try this but i have same problem.
I have supressed Java, and i have this same result :

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcf
....
....
The rx led blink a few times but the upload is not complete done or not strart , i dont know....

Try choosing the board Arduino Duemilanove or Diecimila from the Tools, Boards menu and see if that lets it upload.

dmjlambert:
Try choosing the board Arduino Duemilanove or Diecimila from the Tools, Boards menu and see if that lets it upload.

YES .
with this modification of board the upload is done.
Thank you.

Congratulations, you are the proud owner of a Duemilanove, not an Uno. You had better figure out how to pronounce it like I did, so you can tell your friends about it!
Or you can "upgrade" it to an Uno by burning the Uno bootloader on it.