1.0.4 • Published 5 years ago

node-red-contrib-dmxusbpro v1.0.4

Weekly downloads
12
License
ISC
Repository
github
Last release
5 years ago

node-red-contrib-dmxusbpro

A simple Node-Red driver for Enntec DMX USB PRO.

Pre-requisites

Requires Node-Red

Installation

$ npm i --save node-red-contrib-dmxusbpro

Description

  • Sends DMX data through the Enntec DMXUSBPRO device
  • Adapted, simplified, hacked from the existing node-dmx package
  • requires node-serialport module
  • node-red-contrib-dmxusbpro node takes an array of ints (0-255) as input.
  • node-red-contrib-dmxusbpro requires the serialport node library. Similarly, the serialport needs to be assigned, COM3, COM4, or /dev/ttyS0, etc
  • The DMX starting address is assignable in the object. This shifts where the preset array is stored in the Universe buffer.
  • Checkout the example Flow called "DMX Presets with MongoDB2 and DMXUSBPRO node"
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago