You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep alive and ESP32 support added to original library. This features is under testing.
16
16
17
17
<ul>
18
18
<li>Operates as a slave</li>
19
-
<li>Supports Modbus IP (TCP, not keep-alive)</li>
19
+
<li>Supports Modbus IP (TCP)</li>
20
20
<li>Reply exception messages for all supported functions</li>
21
21
<li>Modbus functions supported:</li>
22
22
<ul>
@@ -33,7 +33,7 @@ Features
33
33
34
34
<b>Notes:</b>
35
35
36
-
1. When using Modbus IP the transport protocol is TCP (port 502) and the connection is terminated to each transmitted message, that is, is not a keep-alive type connection.
36
+
1. When using Modbus IP the transport protocol is TCP (port 502).
37
37
38
38
2. The offsets for registers are 0-based. So be careful when setting your supervisory system or your testing software. For example, in ScadaBR (http://www.scadabr.com.br)
39
39
offsets are 0-based, then, a register configured as 100 in the library is set to 100 in ScadaBR. On the other hand, in the CAS Modbus Scanner
@@ -54,19 +54,23 @@ Thus, only the following functions are supported:
54
54
</ul>
55
55
56
56
57
-
How to
58
-
======
57
+
## How to
59
58
60
59
```
61
60
This README is under development, for now, see the examples of the library.
Copy file name to clipboardExpand all lines: library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ sentence=Modbus Library for ESP8266
6
6
paragraph=This library allows your ESP8266 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.
0 commit comments