Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated as per OS-16974

...

The @brightsign/serialport binding is used to initialize the serialport object’s underlying communication module through the binding property.

The serialport module version(https://www.npmjs.com/package/serialport) is important:

  • BOS versions 9.0.128 and 8.5 and below should use serialport version 9.0.0.

  • BOS version 9.0.129 and newer should use serialport version 11.0.0.

Example

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

...