UNPKG

tslserial

Version:

Simple package to send TSL UMD data over serial (RS422/RS485)

26 lines (25 loc) 544 B
{ "name": "tslserial", "version": "1.0.0", "description": "Simple package to send TSL UMD data over serial (RS422/RS485)", "main": "src/index.js", "scripts": { "start": "node src/index.js", "test": "node example/example.js" }, "keywords": [ "TSL", "UMD", "serial", "RS485", "RS422", "tally", "umd" ], "author": "Atle Selbek <atle.selbek@gmail.com>", "license": "ISC", "dependencies": { "serialport": "^9.2.8" }, "repository": "github:Nolux/tslSerial" }