@grichardsldn/openprisms-client
v0.0.4
Published
UI library using openprisms
Readme
openprisms client
Node client for openprisms protocol.
Example
const client = await connect("800-32-800-32-32", {});
console.log({ debug:"after connect", tcpClient: client.tcpClient});
const frame = opObject("line1");
clear(frame);
line(frame, 0,0,0, 256,256,256);
await send(client, frame);