ea1nk / Powermaster-Remote

NodeJS control of a Powermaster meter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powermaster NodeJS class

2023 SCQ Devices - EA1NK

Description:

Simple javascript class to remote control the Array Solution PowerMaster VSWR Meter from a NodeJS app.

Usage:

const PowerMaster = require("./powermaster.js")
const powerMaster = new PowerMaster("/dev/ttyUSB0", 9600);
powerMaster.sendCommand("A?");

About

NodeJS control of a Powermaster meter

License:MIT License


Languages

Language:JavaScript 100.0%