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.
npm install @signageos/nec-pd-sdk
Some examples can be found in examples directory.
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