Can't use Serial with FT232RL USB to Serial Converter

Hi there,

i am trying to use the FT232RL USB to Serial Converter to upload a sketch to arduino. I installed the FTDI Driver correctly and double checked the wire connections but always when i try uploading a sketch i get the following error:

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)Arduinohardwaretoolsavr/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=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x88
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x88

I really dont know what to do. Im just attaching a picture of the USB to Serial Converter that I am using.

Thanks,
Louis

Should the pin you connected to RESET not be connected to CTS?

I just tried to switch it but it still doesn't work...

Just something to be added: I think the problem is that I'm using the wrong pins. So here just a pic how I got the converter. There was a jumper on RXT and TXT pin.

louis_moo:
Just something to be added: I think the problem is that I'm using the wrong pins. So here just a pic how I got the converter. There was a jumper on RXT and TXT pin.

Where is the "here" picture?


OK, that board appears to be another "orphan" board flogged on the Internet (Aliexpress and DX.com, way over-priced), designed by someone who could read the data sheet but had only a half idea what it all meant.

The "Reset" pin is entirely useless, should never be brought out to a terminal, yet is on a number of these incompetently designed Chinese USB-serial boards. Just cut it off (or de-solder and pull it out) to remind you that it is of no use. :grinning:

Connect a 0.1 µF capacitor between DTR* and the Arduino Pro Mini Reset pin - or in fact just connect DTR* directly to the DTR or "GRN" (not GND!) pin on the Pro Mini which already contains this capacitor.

Note that RXD and TXD need to be crossed over between your interface board and the Arduino. VCCIO on your module should not be connected to the Arduino.