I'm trying to connect sesnor that use RS485 (I'm almost sure that's modbus). The sensor has RX/TX and +/- wires. Do I still need a component between the RX/TX pin from the Arduino UNO and the sensor itself? All the libraries I reviewed have an additional control pin. Or do I need, for example, a MAX485? Is it possible to simply connect RX of sensor to RX of UNO, TX of sensor to TX of UNO and + to 5V of UNO, and - to - ?
-
similar question arduino.stackexchange.com/questions/53287/…Juraj– Juraj ♦2023年05月13日 09:50:40 +00:00Commented May 13, 2023 at 9:50
-
@Juraj So I need MAX485Dafik– Dafik2023年05月16日 12:07:54 +00:00Commented May 16, 2023 at 12:07
lang-cpp