Weather station with ModBus over RS-485
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
857 B

11 months ago
{
"name": "Modbus-Serial",
"version": "2.0.6",
"keywords": "modbus, server, slave, rtu, serial",
"description": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave. Over serial line implementation (OSI 2/OSI 1)",
"homepage": "https://epsilonrt.github.io/modbus-serial",
"authors":
[
{
"name": "Pascal JEAN aka epsilonrt",
"url": "https://github.com/epsilonrt",
"maintainer": true
},
{
"name": "André Sarmento Barbosa",
"url": "https://github.com/andresarmento"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/epsilonrt/modbus-serial.git"
},
"license": "BSD-3-Clause",
"examples":[
"examples/*/*.ino"
],
"dependencies": {
"epsilonrt/Modbus-Arduino": "^1.2.0"
},
"frameworks": "arduino",
"platforms": "*"
}