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

phy: serial: Automatically configure low latency on Linux #22

Merged
merged 1 commit into from
Dec 26, 2024
Merged

Conversation

Rahix
Copy link
Owner

@Rahix Rahix commented Dec 26, 2024

Use the serialport_low_latency 1 crate to automatically configure serial ports for low latency if possible. Unfortunately, the crate only supports Linux for the time being - on other platforms, low latency has to be configured manually by other means.

Footnotes

  1. https://github.com/michaellass/serialport_low_latency

Use the `serialport_low_latency` [1] crate to automatically configure serial
ports for low latency if possible.  Unfortunately, the crate only
supports Linux for the time being - on other platforms, low latency has
to be configured manually by other means.

[1]: https://github.com/michaellass/serialport_low_latency
@Rahix Rahix merged commit 2b7a5ce into main Dec 26, 2024
5 checks passed
@Rahix Rahix deleted the low-latency branch December 26, 2024 10:41
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.

1 participant