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

RS485 Data Dropping #52

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

Commits on Oct 9, 2023

  1. RS485 Fix WIP

    maciekish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e23ab6c View commit details
    Browse the repository at this point in the history
  2. Refactoring

    maciekish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2a52128 View commit details
    Browse the repository at this point in the history
  3. Make new behaviour togglable with two #defines

    #define DCSBIOS_INCOMING_DATA_BUFFER_SIZE 512
    #define DCSBIOS_ALTERNATIVE_RS485_PROCESSING
    maciekish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    92007bd View commit details
    Browse the repository at this point in the history
  4. Added a comment

    maciekish committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    68f4c83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e4639d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Cleanup and comment

    maciekish committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bb9f9ea View commit details
    Browse the repository at this point in the history
  2. Cleanup

    maciekish committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c3923a6 View commit details
    Browse the repository at this point in the history
  3. Reset RS485 state to SYNC if buffer is full, otherwise if loop() pick…

    …s up another character, the tail end of a partial new message may end up in the incomingDataBuffer.
    maciekish committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    39d4534 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Added #define

    DCSBIOS_DEFER_RS485_PROCESSING
    maciekish committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    88e00bd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    537125f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab8197 View commit details
    Browse the repository at this point in the history