Gareth Hancock
Gareth Hancock
## 💥 Proposal ### What feature you'd like to see Expand the number of prebuild environments, and increase compatability. (Perhaps using docker images rather than the GitHub machines directly, giving...
Fix per https://github.com/serialport/node-serialport/issues/2566 This matches the definition of _write definition for Duplex streams Signed-off-by: Gareth Hancock
Alternative fix for https://github.com/serialport/node-serialport/issues/2600 Add friendlyName to PortInfo, and LowLatency to PortStatus
Update documentation per fix for https://github.com/serialport/node-serialport/issues/2600 Adds `friendlyName` (Windows specific property) to Port definition
Complementary change to https://github.com/serialport/bindings-interface/pull/37 which includes lowLatency info for all Get Port Status requests (this also matches current behaviour of bindings-cpp). For systems which do not have a low latency...