0.0.3 • Published 9 years ago

cheminfo-spectrophotometer v0.0.3

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

node-spectrophotometer

Control your spectrophotometer with JavaScript

API

var Spectro = require('cheminfo-spectrophotometer');
var spectro = new Spectro('/dev/tty-usbserial1');
spectro.run().then(function (result) {
    console.log(result);
});

spectro.run()

Run an experiment

spectro.test()

Run a test measurement

spectro.getHelp()

spectro.send(command)

Send any command to the device

Licence

MIT

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago