Skip to content

Prolific PL2303 USB to serial adapter driver for node

Notifications You must be signed in to change notification settings

andreasgal/usbserial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!')));

About

Prolific PL2303 USB to serial adapter driver for node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published