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

Removed minimalmodbus constants, added default constructor arguments #10

Merged
merged 2 commits into from
Feb 26, 2021

Commits on Oct 24, 2020

  1. Updated minimalmodbus.read_string arg

    "numberOfDecimals argument was changed to number_of_decimals as of MinimalModbus 1.0, refer to https://minimalmodbus.readthedocs.io/en/stable/apiminimalmodbus.html#minimalmodbus.Instrument.read_register
    Ubuntu committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    f137445 View commit details
    Browse the repository at this point in the history
  2. Fixes for minimalmodbus 1.0

    (1) Updates "numberOfRegisters" argument to "number_of_registers" in read_string()
    
    (2) Moves unsupported module constants for initialization in constructor
    limweichiang committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    c3fe072 View commit details
    Browse the repository at this point in the history