1.0.3 • Published 8 years ago

@taptrack/tappy-chromeserialcommunicator v1.0.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

Wrapper for using a Chrome packaged app serial port as a communicator for Tappy devices.

Installation

NPM

npm install @taptrack/tappy-chromeserialcommunicator

Bower

bower install tappy-chromeserialcommunciator

Usage

Note that this wrapper is not intended to be used directly, rather it is to be used to back a Tappy object in order to provide an abstraction from the underlying communication method.

var path = "/dev/ttyUSB1";
var comm = new TappyChromeSerialCommunicator(path);