-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathlibrary.properties
More file actions
10 lines (10 loc) · 865 Bytes
/
Copy pathlibrary.properties
File metadata and controls
10 lines (10 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
name=ModbusRTUSlave
version=3.1.2
author=C. M. Bulliner
maintainer=C. M. Bulliner <chrisbulliner@gmail.com>
sentence=This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol.
paragraph=This library implements function codes 1 (Read Coils), 2 (Read Discrete Inputs), 3 (Read Holding Registers), 4 (Read Input Registers), 5 (Write Single Coil), 6 (Write Single Holding Register), 15 (Write Multiple Coils), and 16 (Write Multiple Holding Registers). Version 2.x.x of this library is not backward compatible with version 1.x.x. Any sketches that were written to use a 1.x.x version of this library will not work with later versions, at least not without modification.
category=Communication
url=https://github.com/CMB27/ModbusRTUSlave
architectures=*
depends=ModbusADU (>=1.0.1), ModbusRTUComm (>=1.3.2), ModbusSlaveLogic (>=1.0.1)