ArduinoGeneral

Serial Light & FTDI RX/TX pins backwards

userHead Perednik Shai 2015-07-23 18:49:46 8628 Views3 Replies

I've ordered a cheapduino and looking at the picture below the pinnouts on the FPC programmer are:
 

Code: Select allDTR
TXO
RXI
VCC
No Label
GND


Looking at both the Serial Light and FTDI breakouts, the pinnouts are the same:
 

Code: Select allDTR
TXO
RXI
VCC
No Label on the Serial Light /CTS on the FTDI
GND


Other FTDI programmer like SparkFun and ones on ebay, have their TX & RX pins reversed from DFRobot's
 

Code: Select allDTR
RXI
TXO
VCC
No Label
GND
If we follow the pinouts for the Serial Light and FPC programmer per the picture the connections are as follows:
 

Code: Select allFPC >   Serial Light
DTR > DTR
TXO >TXO
RXI >RXI
VCC > VCC
No Label > No label
GND > GND


Therefore, either the labling on the breakout boards are backward, or connecting as shown in the image will not work as Serial connections are supposed to be TX>RX and RX>TX and not TX>TX & RX>RX as pictured.

Am I missing something here or are the products setup wrong?

2015-07-27 12:20:17 oh,yes, you are right! Thanks for your serious looking up!

the picture you listed in last comments were error showing up.

This is what I;ve found about USB serial light adapter.
(386.48 KiB) Downloaded 865 times

(7.85 KiB) Downloaded 4344 times


The lable are not corresponding to the tx & rx.

This is an important detail, we should have a standard.

By the way, as a reward, we'd like put $5 in your account which you could use next time! :D I will email you and related person about it later. :)

Thanks again!
userHeadPic Leff
2015-07-24 14:25:26 Generally speaking, it's
FTDI - Arduino
5v - 5v
gnd- gnd
tx - rx
rx- tx

the tx/rx might designed for different purpose, so they would be different . If it doesn't work, exchange the sequence:
( not usual)
tx- tx
rx- rx
userHeadPic Leff
2015-07-24 12:28:12 Hey, my friend.

Have you ever emailed to us about this difference? I've replied to you(if that's you) :)
userHeadPic Leff