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

[WIP] Add 485 deadtime enforcement #61

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

Commits on Dec 7, 2018

  1. Add 485 deadtime enforcement

    http://www.modbus.org/docs/Modbus_over_serial_line_V1_02.pdf
    
    2.5.1.1 MODBUS Message RTU Framing
    
    In RTU mode, message frames are separated by a silent interval of at
    least 3.5 character times.
    altendky committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    74c23e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    debd303 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Make sure to wait at least the deadtime

    Especially in older versions, `time.sleep()` may return early.
    
    https://docs.python.org/3.7/library/time.html#time.sleep
    altendky committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    799b739 View commit details
    Browse the repository at this point in the history
  2. Remove erroneous space

    altendky committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    99685d1 View commit details
    Browse the repository at this point in the history