0.7.2 • Published 2 years ago

@arces-wot/sanjs v0.7.2

Weekly downloads
1
License
LGPL-3.0-only
Repository
github
Last release
2 years ago

SANjs

A simple library to interect with Sensor Area Network devices.

Usage

Simple command:

const sanjs = require("sanjs")

let SAN = sanjs("/dev/ttyUSB0")

SAN.shortCommand(1,13,[1,2,3]).then(() => {
        console.log("OK")
    }).catch((error) => {
        console.error(error)
    }).then(SAN.close.bind(SAN))
0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.4

3 years ago

0.5.3

4 years ago

0.4.0

5 years ago

0.3.1-grisu

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago