joshthecoder / chrome-serialportify

A node-serialport compatible API for accessing serial ports in Chrome Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome SerialPortify

A node-serialport compatible API for Chrome Apps!

Introduction

This library provides an API that is mostly compatible with the one provided by the Node.js library node-serialport. With the help of Browserify developers can port existing Node.js code dependent on node-serialport to their Chrome Apps.

Install

Grab the latest release from NPM...

npm install chrome-serialportify

Then use Browserify to bundle it into your Chrome App...

browserify main.js -o bundle.js

References

About

A node-serialport compatible API for accessing serial ports in Chrome Apps

License:MIT License