serialport-stream

1.1.0 • Public • Published

serialport-stream

Serial ports as streams.

Installation

npm install serialport-stream

API

new Serial(port = '/dev/ttyS0', baud = 115200)

Returns a new serial duplex stream.

serial.close()

Close the port.

event 'open'

Emitted when the port is opened. Unlike with node-serialport, you don't need to wait for this event to start reading or writing. Streams all the way.

Compatibility

This is currently implemented with a POSIX-only native binding. If you'd want to implement Windows compat, that'd rock.

/serialport-stream/

    Package Sidebar

    Install

    npm i serialport-stream

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators