0.0.2 • Published 7 years ago

usbserial v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

usbserial

Prolific PL2303 USB to serial adapter driver for node.

API

const UsbSerial = require('usbserial');

let serial = new UsbSerial();

serial.on('data', data => console.log(data));
serial.on('ready', () => serial.send(new Buffer('Hello!')));
0.0.2

7 years ago

0.0.1

7 years ago