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

skip attempts to set baud rate of 0 via ioctl (macos) #58

Merged
merged 1 commit into from
Jul 7, 2022

Commits on Jul 6, 2022

  1. skip attempts to set baud rate of 0 via ioctl

    On macOS, attempts to set the baud rate of pseudo terminals via normal
    ioctl apis appears to be problematic. To support users targeting these
    pseudo terminals, this commit adds the ability to use a `baud_rate` of 0
    to skip the attempt altogether.
    mf-dhadley committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    589019f View commit details
    Browse the repository at this point in the history