Communication
A library to easily use MAX485 half-duplex RS485 to Serial module
It has the same support as a Stream and it automatically changes from transmitter to receiver and viceversa, it can work over a HardwareSerial instance (Serial, Serial1...) or in any pair of pins using SoftwareSerial. For best performance, HardwareSerial is preferred
Maintainer: Victor Arzoz @vacmg
This library is compatible with the avr architecture so you should be able to use it on the following Arduino boards:
Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.