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

Fix stty not setting baud rate to 57600 #481

Closed
wants to merge 1 commit into from
Closed

Conversation

sukem
Copy link
Contributor

@sukem sukem commented Feb 18, 2024

When attempting to set the baud rate to 57600 using stty, the command is ignored. This is because baud rates of 57600 and higher require a special flag (CBAUDEX) to indicate extended baud rates.

@landley
Copy link
Owner

landley commented Feb 18, 2024

Commit 5c8cd70

@landley landley closed this Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants