Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The @brightsign/serialport object, exposed by the BrightSign OS on the player, allows integration with the player serial port to transmit and receive serial data. This is a serial port binding with support for the third-party Node SerialPort package. See About SerialPort | Node SerialPort for more information.

ThisThe @brightsign/serialport binding associates with is used to initialize the serialportobject object’s underlying communication module through the binding property.

Example

See bs-node-serialport: master for a reference implementation.

...