mio-serial
mio-serial copied to clipboard
Revert "Setting VMIN on a non-cooked port has no effect"
There is a fix for a read hang for a sync serialport: https://github.com/serialport/serialport-rs/pull/192. The only problem with it is that it breaks tokio-serial unless mio-serial sets VMIN to 1.
This reverts commit 67de90b8db36fb6a1bff03e707c1f97569ecc4f2 (https://github.com/berkowski/mio-serial/pull/36).