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

Add setMode function HardwareSerial.c to set the esp32 uart mode for use with RS485 auto RTS #7935

Merged
merged 6 commits into from
Mar 31, 2023

Commits on Mar 6, 2023

  1. Added setMode function to set the esp32 uart mode

    Used to set the esp32 uart mode for use with RS485 Half Duplex and the auto RTS pin mode. This will set/clear the RTS pin output to control the RE/DE pin on most RS485 chips.
    jamesarm97 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0bae714 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    cb7dca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b21d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c18ffed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90d7d8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49469c9 View commit details
    Browse the repository at this point in the history