I have GSM modem that has MAX232 interface for RX/TX/GND on three pins. Is it possible to interface Arduino in some way?
Tnx for help.
Paolo Zanchi
9518 silver badges22 bronze badges
asked Mar 18, 2015 at 11:50
user505160user505160
1 Answer 1
Yes, with another MAX232, or bypass the MAX232 somehow.
answered Mar 18, 2015 at 11:58
-
1Tnx, should lines be exchanged on another max232? rx,tx->tx,rxuser505160– user5051602015年03月18日 12:00:01 +00:00Commented Mar 18, 2015 at 12:00
-
Of course. Otherwise you'll be transmitting to a transmit pin, not a receive pin.Majenko– Majenko2015年03月18日 12:07:52 +00:00Commented Mar 18, 2015 at 12:07
-
Thank you for confirmation, something else doesn't work :)user505160– user5051602015年03月18日 12:08:50 +00:00Commented Mar 18, 2015 at 12:08