Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Encapsulated support (RTU over TCP) (updated #260) #385

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    774f1f0 View commit details
    Browse the repository at this point in the history
  2. small clean up in headers

    v-zhuravlev committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    f176a7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c14115 View commit details
    Browse the repository at this point in the history
  4. Fixed MODBUS_GET_* macros in case of negative values

    In case resulting value should be negative it is incorrect to use '+' operator to construct it from pieces, because highest bytes will result in negative number after bitwise shift while others will stay positive. Replacing addition with '|' should solve the issue.
    i-ky authored and v-zhuravlev committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    014c1f3 View commit details
    Browse the repository at this point in the history