0.5.5 • Published 9 years ago

zetta-serial-device-driver v0.5.5

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

##Zetta serial device driver for any platform

###Install

$> npm install zetta-serial-device-driver

###Usage

var zetta = require('zetta');
var StarterDevice = require('zetta-serial-device-driver');

zetta()
  .use(StarterDevice)
  .listen(1337)

Hardware

  • any platform

###Transitions

#####do(message)

Calls the device's log() function passing the message param.

###Design

This device driver is designed to be the serial code for other device drivers.