bonezegei / Bonezegei_RS485

Simple Library for MAX485 module

Home Page:https://bonezegei.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bonezegei_RS485

Arduino Library for RS485 to UART Converter using MAX485

Bonezegei RS485 is an Arduino library that enables the use of RS485 to UART converter modules based on the MAX485 chip. The library allows bidirectional communication between RS485 and UART devices, as well as read and write operations on both interfaces. The library supports half-duplex and full-duplex modes, as well as automatic direction control and collision detection. The library is compatible with boards that use the Serial or Bonezegei_SoftSerial classes. Follow the installation steps at https://bonezegei.com on how to install bonezegei libraries on Arduino IDE (Batutay, 2023).

Disclaimer

The code and libraries provided by Bonezegei is intended for informational and educational purposes only. Bonezegei does not own or manufacture the hardware associated with the code. The code is provided "as is" without any warranty, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall Bonezegei be liable for any claim, damages, or other liability arising from the use of the code or the hardware. Users are solely responsible for ensuring that their use of the code complies with all applicable laws and regulations.

About

Simple Library for MAX485 module

https://bonezegei.com

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%