Skip to content

Commit e98b0c7

Browse files
committed
fix: missing packages for serialport
1 parent 5283451 commit e98b0c7

File tree

3 files changed

+395
-186
lines changed

3 files changed

+395
-186
lines changed

UPGRADE_GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Upgading from 9x to 10x
1212
- `SerialPortStream` from `@serialport/stream` no longer has a `list()` method as that was a direct call to the bindings.
1313
- `SerialPort` class from the `serialport` package no longer has a static `Bindings` property as it provides the OS specific bindings from `@serialport/bindings-cpp` if you need control of the bindings use `SerialPortStream`.
1414
- `SerialPortStream` methods (and by extension `SerialPort` methods) no longer throw when called with invalid input, their callbacks or the error event will convey input errors. This is because the binding layer now handles input validation as it's different on each platform.
15+
- `SerialPort` is now delivering a few more parsers
1516

1617
TODO
1718
- stop bits are incorrect

0 commit comments

Comments
 (0)