1.0.3 • Published 1 year ago

plcjs v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Install

This is a lib for plc communication. Currently is support panasonic plc, will add omron plc later on. Install via npm npm i plcjs

Usage

The lib offers a serial command, you could send code via serial, ether port, even remote serial port.

const panasonic = require("../plcjs");
//write the command via serial port or LAN
command = panasonic.ver();
console.log(command);
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago