0

Good day, I have a sensor which supports serial data output using RS422 which has 4 wires (RX+, RX-, TX+, TX-) my question is how can I connect this sensor to the Arduino. I read that i can use 2 max485 chips to do this but uncertain of the exact procedure. Thanks in advance.

asked Mar 11, 2018 at 16:15
1

2 Answers 2

1

There are pre-made and very inexpensive Arduino RS-485 modules available on Ebay or Amazon. Much simpler than building your own circuit.

They look like this:

RS-485 Module

answered Nov 20, 2018 at 15:38
0

The MAX490 chip consists of DI (pin 3) and RO (pin 2) pins that connect to the Arduino TX and RX respectively. the rs-422 side of the chip consists of pin 5 (Y / T+), Pin 6 (Z / T-), pin 7 (B / R-) and pin 8 (A / R+)

http://arduinotronics.blogspot.com/2018/09/long-distance-serial-with-rs-422.html

answered Sep 21, 2018 at 12:59

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.