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

Strict frame start check -> frame.py #34

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 25, 2024

  1. Update frame.py

    new option in frame.py -> ReceiveFrame Class -> consume
    
    Class and consume function is backward compatible. Only if new parameter "strict_start_check" is set to True, the start of frame search will be stricter as before and expect a '00' preamble before the start-token. This helps to avoid the  "invalid command" errors seen with newer inverter software versions.
    SaxonWood authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    94d9641 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update frame.py

    SaxonWood authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    82d297f View commit details
    Browse the repository at this point in the history