/arduino-modbus-rtu-slave

Modbus RTU Slave library for Arduino

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

Modbus RTU Slave library for Arduino

Library installation

  • Download this repo
  • Open the Arduino IDE
  • Go to the menu Sketch > Include Library > Add .ZIP Library...
  • Select the downloaded zip file

After installation you will see the example sketches under the menu File > Examples > Modbus RTU Slave

Library usage

You can inport the library in your sketch with:

#include <ModbusRtuSlave.h>

Refer to the examples for usage details.