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 serial port example #10

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Commits on Jul 26, 2023

  1. Add serial port example

    Add an example connecting to a serial port and writing a message. This
    is tested by creating a virtual serial port with the output written to
    file.
    
    Bazel test interaction with the filesystem prevents creation of a RW
    device. As a result, `//test:virtual_serial_port_test` is defined as a
    `sh_binary` that can be run with:
    
      bazel run //test:virtual_serial_port_test
    
    Change-Id: I1be9cb2e8b13fa972084d66fa2c6ddffb23ae3cc
    oliverlee committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    38341cb View commit details
    Browse the repository at this point in the history