zetta-serial-device-driver

0.5.5 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i zetta-serial-device-driver

Weekly Downloads

0

Version

0.5.5

License

MIT

Last publish

Collaborators

  • landlessness