Beta version of ESP-Modbus stack v2.0.0-beta #45
alisitsyn
announced in
Announcements
Replies: 1 comment 2 replies
-
How are tests at Modbus TCP Slave support going? When is it possible to expect it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ESP-Modbus release v2.0.0-beta.1
Overview
The current release of ESP-Modbus is beta, corresponds to the version
v2.0.0-beta.1
and supports creation of several instances of modbus master and slave objects. The public API interface is changed to allow creation of multiple communication objects with its own communication parameters, and the constructor API upon creation returns the handle to the interface structure that must be used as a first parameter for each API call for this particular object. For more information about the interface API and related changes see the official documentation for this release, described below. The goal of this beta release is to introduce new features and changes to the end users and get their feedback. The appropriate information or feature requests can be shared over on discussion page of the project.Documentation
The documentation can be found on the link below:
Application Examples
The examples below demonstrate the ESP-Modbus library of serial, TCP ports for slave and master implementations accordingly.
Modbus serial slave example
Modbus serial master example
Modbus TCP master example
Modbus TCP slave example
Included Features And Changes
UID;IP address or host name;PORT;
Examples:
12:2001:0db8:85a3:0000:0000:8a2e:0370:7334:502
- Defines the slave with defined IPV6, UID=12, PORT = 502,01:mb_slave_tcp_01:1502
- The slave with host namemb_slave_tcp_01
, with UID=01 and PORT = 1502._with
;idf_component.yml
:Related Issues
Plans && Status
Any comments are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions