I am using two max3221 to communicate a Raspberry Pi3 (serial port 3.3V TTL output) with an arduino (serial port 5V TTL output) via Rs232. Each interphase separates works well when connecting to a PC.
RBP <-> MAX3221 <-> PC
Arduino <-> MAX3221 <-> PC
But when wanting to communicate the arduino with the Raspberry I can neither send or receive data
RBP <-> MAX3221 <-> MAX3221 <-> Arduino
Both MAX3221 are configured with Automatic power-down Enabled. Does anyone have any idea?
Arduino implementation
Raspberry implementation