Daniel
Daniel
This may have been fixed since last I looked. The original ticket is older.
I looked into this long ago and there is another ticket open that says baud rate is ignored. I remember looking at the code and seeing some of the settings...
Known windows behavior with the current windows comm timeout settings being used.
This a low level serial port library, we shouldn't do anything with the data. If you want to support this, it could go in a layer above. Trying to wedge...
https://docs.flutter.dev/resources/inside-flutter Seems like this might provide inspiration for single pass layout.
Add dialout group to ssh-user on machine `usermod -a -G dialout YOUR_SSSH_USER` Be sure to use a CAPITAL G or it will set dialout as the primary group for the...
Timeout means it immediately returns, and will never read a line.
Windows has weird serial port behavior, workarounds are discussed for the other serialport-rs crate. With some judicious settings you can make windows behave more sanely.
Fed up with Wacom-style-tablet support, I am working on a user-space driver like sc-controlle but for digitize tablets. Basically treating it as a mass of event sources and making setup...
They'd need to support the wireguard Go implementation which is user space and what tailscale uses on non linux devices.