#Arduino Ethernet
"Pin 1 is the pin 1 is the closest to the regular TX / RX pins and the pin 6 is next to the micro SD reader.
GND
Not connected
5V
RX
TX
Reset"
#CP2102
Pin 1 is on upper right corner, looking at the USB connector from the back side:
3.3V
RST
TXD
RXD
GND
5V
So, my connection scheme is:
Arduino CP2102
1 5
2
3 6
4 4
5 3
6 2
The problem is the following: whenever I try to program it I have the following error: "arvdue: stk500_getsync(): not in sync: resp=0x00"
I've tried to press reset when uploading but it's not helping so far.
I've tried both on Windows (8 and 7) and Linux MINT 16. On Windows I've used the driver on the following page: http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx
RST on the CP2102 is Reset into the CP2102. Do not connect. If there is a DTR signal broken out on the module, use that instead. If not, you'll need to manually reset the arduino during the download.
Press Reset after the IDE shows "compiled xxx of 32xxx bytes".
Can be easier to find the right time if select File:Preferences and turn on verbose outputs.
The correct timing for doing manual reset to upload depends on which kind of bootloader is inside Arduino.
When I'm using Duelmilanove or Diecimilla I press the reset button when the IDE says "uploading" (after compiling).
This has worked for me for years.
But you have the Arduino Ethernet, I guess it has the optiboot. Then the timing should be as CrossRoads says.
#Arduino Ethernet
"Pin 1 is the pin 1 is the closest to the regular TX / RX pins and the pin 6 is next to the micro SD reader.
GND
Not connected
5V
RX
TX
Reset"
#CP2102
Pin 1 is on upper right corner, looking at the USB connector from the back side:
3.3V
RST
TXD
RXD
GND
5V
So, my connection scheme is:
Arduino CP2102
1 5
2
3 6
4 4
5 3
6 2
The problem is the following: whenever I try to program it I have the following error: "arvdue: stk500_getsync(): not in sync: resp=0x00"
I've tried to press reset when uploading but it's not helping so far.
I've tried both on Windows (8 and 7) and Linux MINT 16. On Windows I've used the driver on the following page: Silicon Labs
It looks like you have the TX and RX pins switched. TX on the CP210 needs to go to RX on the Arduino and RX to TX. My CP2102 had the DTR broken out so I can't help there.