update modbus master and slave cpp wrappers and examples v2 - #9
Open
alisitsyn wants to merge 5 commits into
Open
update modbus master and slave cpp wrappers and examples v2#9alisitsyn wants to merge 5 commits into
alisitsyn wants to merge 5 commits into
Conversation
…to arduino approach
fix addressing for master and slave with PLC mode apdate examples to work with each other
alisitsyn
force-pushed
the
mb_support/modbus_add_cpp_wrapper_v2
branch
2 times, most recently
from
February 7, 2025 09:11
7aba168 to
a7dba6a
Compare
alisitsyn
force-pushed
the
mb_support/modbus_add_cpp_wrapper_v2
branch
from
February 7, 2025 14:33
a7dba6a to
50a7da4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR demonstrates how to use the stack esp-modbus v2 with CPP compiler.
Starts from legacy esp-modbus v1 update and will be updated later to cover the Modbus TCP communication as well as other supported features of esp-modbus v2.
Related
IDFGH-14554
Checklist