Maplepilot / HardwareSerialRS485

Arduino Software for RS485 support with collision detection and message handling capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino RS485 communication software

by Michael Jonker

This project provides a software suite to support the use of an RS485 transceiver connected to the USART (Tx/Rx pins) in a half-duplex, concurrent multi-drop (i.e. multi-master, multi-slave) environment. For this purpose, the software suite provides capabilities for message addressing and filtering as well as collision detection and collision avoidance.

For full information see the wiki pages on https://github.com/MichaelJonker/HardwareSerialRS485/wiki

Project page: https://github.com/MichaelJonker/HardwareSerialRS485

About

Arduino Software for RS485 support with collision detection and message handling capabilities

License:MIT License


Languages

Language:C++ 93.5%Language:C 6.5%