How do I connect the cables in order to program the Arduino Pro Mini with the CP2102 usb interface? The TX, RX and GND is easy, but I am not sure about the RST, DTR, DST, etc.
When I try cables like this:
TX ... RX
RX ... TX
5V ... VCC // my pro mini is 5V version
GND ... GND
RST ... RST
The board lights up and green starts blinking, this should be the default blinker program.
I clicked Upload, I get this error, and I assume the cables are not properly connected:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x89
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x89
I know some people mentioned it works by adding some resistor and capacitor, but I was hoping that is an error and it should work without that complication.



