Hello!
Recently,I had been given an arduino uno with a damaged atmega 8u2 usb to serial chip.The atmega328 is working perfectly but
I can't upload any sketch.I have bought a very cheap usb to serial converter which has the prolific pl2303 chip in order to upload a sketch to the arduino but it didn't work properly so I bought another interface with the ftdi ft232rl.I have connected the rx and the tx pins to see
if it works and it works.When I connect the the rx,tx,vcc,gnd pins to arduino and I try to upload a sketch,it appears true message in the title and if I set the arduino ide to show verbose output,the following message appears:
"avrdude: Version 5.11, compiled on Sep 2 2011 at 18:52:52
Copyright (c) 2000-2005 Brian Dean,
http://www.bdmicro.com/ Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/microsof/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/tty.usbserial-A9005cAz
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: ser_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
avrdude done. Thank you."
I've also tried setting the board menu to duelmilanove because it has the ftdi chip with no result.I've tried to change the way I connect them several times but with no result.
Can you help me???
Thanks...