Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New API functions to access constructed response frame #786 #787

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anrodlo
Copy link

@anrodlo anrodlo commented Jan 9, 2025

It is crucial to have access to the modbus frames in order to diagnose communication problems. The incoming frame is already available via API but the response frame sent by the modbus server is not.
By adding two extra API functions, we provide access to the response frame without affecting compatibility with previous implementations.

Copy link

cla-bot bot commented Jan 9, 2025

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Ana Rodriguez.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant