@signageos/nec-pd-sdk
v0.2.0
Published
Node.js library interface for communication via RS232 with NEC large-screen displays.
Readme
NEC PD SDK
Node.js library interface for communication via RS232 with NEC large-screen displays.
This library is a Node.js port of NEC PD Python SDK. At the moment it doesn't implement the entire protocol, only functions that we needed for our project. Contributions are welcome.
Installation
npm install @signageos/nec-pd-sdkExamples
Some examples can be found in examples directory.
Contributing
To set up your development environment:
- clone this repository
cdto the main folder- run
npm install - run
npm run build - Before you commit anything, run
npm run lintand make sure it passes without errors
