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

Linux custom baudrate #248

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

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    fb491ee View commit details
    Browse the repository at this point in the history
  2. Linux custom baudrate

    Add the custom baudrate using termios2.
    Inspired in picocom <https://github.com/npat-efault/picocom> project,
    its termbits2.h header is used.
    Termios2 interface is used for the custom baudrates only.
    
    The baudrate is read back after setting,
    so the resulting baudrate may differ from the requested one.
    
    Take back the TIOCGSERIAL call from the original RXTXjava,
    sstruct may not be initialised otherwise.
    edsbyte committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ff1bdb3 View commit details
    Browse the repository at this point in the history