cheminfo-spectrophotometer

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i cheminfo-spectrophotometer

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • targos