|
2 | 2 | Allows your Arduino to communicate via Modbus protocol |
3 | 3 |
|
4 | 4 | [](https://github.com/epsilonrt/modbus-arduino/releases) |
5 | | -[](https://www.arduino.cc/) |
6 | | - |
7 | 5 | [](https://registry.platformio.org/libraries/epsilonrt/modbus-arduino) |
| 6 | +[](https://www.arduinolibraries.info/libraries/modbus-arduino) |
| 7 | + |
| 8 | +[](https://www.arduino.cc/) |
8 | 9 | [](#) |
9 | 10 | [](#) |
| 11 | +[](#) |
10 | 12 | [](#) |
11 | 13 | [](#) |
12 | 14 |
|
@@ -78,11 +80,11 @@ Thus, only the following functions are supported: |
78 | 80 |
|
79 | 81 | There are four classes corresponding to five headers that may be used: |
80 | 82 |
|
81 | | -* Modbus - Base Library (this repository) |
82 | | -* [ModbusSerial](https://github.com/epsilonrt/modbus-serial) - Modbus Serial RTU Library |
83 | | -* [ModbusEthernet](https://github.com/epsilonrt/modbus-ethernet) - Modbus TCP Library (standard Ethernet Shield) |
84 | | -* [ModbusEthercard](https://github.com/epsilonrt/modbus-ethercard) - Modbus TCP Library (for ENC28J60 chip) |
85 | | -* [ModbusEsp8266AT](https://github.com/epsilonrt/modbus-esp8266at) - Modbus IP Library (for ESP8266 chip with AT firmware) |
| 83 | +* Modbus-Arduino - Base Library (this repository) |
| 84 | +* [Modbus-Serial](https://github.com/epsilonrt/modbus-serial) - Modbus Serial RTU Library |
| 85 | +* [Modbus-Ethernet](https://github.com/epsilonrt/modbus-ethernet) - Modbus TCP Library (standard Ethernet Shield) |
| 86 | +* [Modbus-EtherCard](https://github.com/epsilonrt/modbus-ethercard) - Modbus TCP Library (for ENC28J60 chip) |
| 87 | +* [Modbus-Esp8266AT](https://github.com/epsilonrt/modbus-esp8266at) - Modbus IP Library (for ESP8266 chip with AT firmware) |
86 | 88 |
|
87 | 89 | By opting for Modbus Serial or Modbus TCP you must include in your sketch the corresponding header and the base library header, eg: |
88 | 90 |
|
@@ -110,13 +112,6 @@ register types: |
110 | 112 | store a counter or drive a Servo Motor. A _Input Status_ can be used with a reed switch |
111 | 113 | in a door sensor and a _Input Register_ with a temperature sensor. |
112 | 114 |
|
113 | | - |
114 | | -Contributions |
115 | | -============= |
116 | | -http://github.com/epsilonrt/modbus-arduino |
117 | | -epsilonrt (at) gmail (dot) com |
118 | | -prof (at) andresarmento (dot) com |
119 | | - |
120 | 115 | License |
121 | 116 | ======= |
122 | 117 | The code in this repo is licensed under the BSD New License. See LICENSE for more info. |
|
0 commit comments