https://github.com/joshthecoder/chrome-serialportify
A node-serialport compatible API for accessing serial ports in Chrome Apps
https://github.com/joshthecoder/chrome-serialportify
Last synced: 5 months ago
JSON representation
A node-serialport compatible API for accessing serial ports in Chrome Apps
- Host: GitHub
- URL: https://github.com/joshthecoder/chrome-serialportify
- Owner: joshthecoder
- License: mit
- Created: 2013-07-28T21:18:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T05:10:56.000Z (almost 13 years ago)
- Last Synced: 2025-06-28T10:41:03.035Z (12 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
----------
- [node-serialport](https://github.com/voodootikigod/node-serialport)
- [chrome.serial](http://developer.chrome.com/apps/serial.html)
- [Browserify](http://browserify.org/)