Connect 2 serial-enabled Displays (SerLCD v2.5) to the DUE

Hi everybody,

is it possible to connect two serial-enabled LCD Displays (SerLCD v2.5) to the DUE?
if yes, to which pins of the DUE can i connect the RX pin of the SerLCD?

TX1, TX2 and TX3 would be the best candidates.

thank you MorganS :slight_smile:

can you explain me the difference between TX1, TX2 and TX3 (Max Output Current/Max Current Sink)?

and what is the difference between TX and RX?

... and is it possible to connect two displays?

Do you mean to show identical data on two displays or something different? For identical, you can connect both to one output. For different, you need to use two of the four hardware serial ports provided on the Due.

TX - transmit
RX - receive

Of course you should connect Arduino's TX to SerLCD's RX, if you hope to send something from arduino to SerLCD. You will NOT connect an RX to another RX, or one TX to another TX.

MorganS:
Do you mean to show identical data on two displays or something different?

I want to show different data.

MorganS:
For different, you need to use two of the four hardware serial ports provided on the Due.

You mean TX1, TX2 or TX3? Two of them?

liudr:
TX - transmit
RX - receive

Of course you should connect Arduino's TX to SerLCD's RX, if you hope to send something from arduino to SerLCD. You will NOT connect an RX to another RX, or one TX to another TX.

Thank you liudr, that make sense :slight_smile: