-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
It's not really an issue of zig-serial but an issue of serial port on linux.
When I use serial port with high baudrate (>= 1Mb), I loss a lot of trames. To improve this you can update the serial port configuration to add the flag low_latency. To do that you can use setserial tool.
But I'm wonder if this can't be done by zig-serial by adding a flag low_latency to SerialConfig struct ?
Before implementing this, I want to know what you think about it.
PS: I don't know if this "trick" is needed on mac or bsd.
Metadata
Metadata
Assignees
Labels
No labels