I would like to upload my code to the Arduino Mega 2560.
- The USB is fried hence I have to use the FTDI
- I've a FTDI cable, but it has only 4 wires, Vcc,GND,TX,RX
How do you upload, as the ATmega is not responding to anything?
Greenonline
3,1527 gold badges36 silver badges48 bronze badges
1 Answer 1
FTDI cables usually have RTS which is used to bring Reset
low. If you only have four pins, press the Reset button on the board the moment you start the upload.
answered Feb 2, 2016 at 5:57
-
*shrug* - well get an FTDI cable with the extra wire then.2016年02月02日 07:40:14 +00:00Commented Feb 2, 2016 at 7:40
-
Such a simple answer Nick, but works like a charm. I was on the verge of chucking the damn thing out the window, thank you.GerwynM– GerwynM2019年06月20日 01:34:35 +00:00Commented Jun 20, 2019 at 1:34