The release ESP-Modbus stack v2.0.1 #86
alisitsyn
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ESP-Modbus release v2.0.1
Overview
The current release of ESP-Modbus v2, corresponds to the version
v2.0.1
and supports creation of several instances of modbus master and slave objects. The public API interface is changed from beta version 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. This is a release which is used as a start point for esp-modbus v2. This version will be used as latest official version and will include all official updates, back-ports from esp-modbus v1 and feature requests. It is recommended to use this version for your project because the esp-modbus v1 is obsolete and will not contain critical updates and new features.The important references for this version:
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
Important 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
Refer to previous version of pre-release v2.0.0-beta for more information about v2.
Any comments will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions