mlsvrts

Results 4 issues of mlsvrts

I've been running into some performance issues reading intermittent byte streams from serial ports on windows. I have detailed the exact issue here: https://github.com/berkowski/tokio-serial/issues/55 I can fix the performance issue...

The current embedded-hal CAN trait seems to only support 'transmit' and 'receive', but commonly higher level applications will need support at least: - Opening and closing the node - Setting...

Switch to unicode Windows APIs: The default use of ANSI Windows APIs prevents some device names from displaying correctly; this can be resolved by using the Unicode API calls. Closes...

So I am having some issues with performance when reading interrupted byte streams from the serial port. Consider this example: **Cargo.toml** ```toml [package] name = "async-serial-test" version = "0.1.0" edition...