パッケージの詳細

@palettegear/serialport-stream

The serialport stream interface. This package requires bindings to work.

readme

@serialport/Stream

The serialport stream interface. This package requires bindings to work.

You'd use this if you want to keep your package size down by requiring only the parts of serialport that you want to use. It is used internally in the serialport package.

This is how you use it.


const SerialPort = require('@serialport/stream')
const Binding = require('@serialport/bindings')
SerialPort.Binding = Binding
const port = new Serialport('/dev/ttyay')

更新履歴

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.6 (2019-03-12)

Note: Version bump only for package @palettegear/serialport-stream

2.0.5 (2019-03-12)

Note: Version bump only for package @palettegear/serialport-stream

2.0.4 (2019-01-08)

Note: Version bump only for package @serialport/stream

2.0.3 (2018-12-19)

Note: Version bump only for package @serialport/stream

2.0.2 (2018-11-27)

Note: Version bump only for package @serialport/stream

2.0.1 (2018-08-29)

Note: Version bump only for package @serialport/stream

2.0.0 (2018-08-26)

Note: Version bump only for package @serialport/stream