Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 489 Bytes

Install

This is a lib for plc communication.
Currently is support panasonic plc.
Install via npm

Usage

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

const panasonic = require("../plcjs");
a = new panasonic;
//Show the command that you planed to write
console.log(a.PanasonicVer());

You could see the output of the mewtocol command string. And use this string sent to PLC via serial port or TCP etc.