node-red-contrib-dmxusbpro

1.0.4 • Public • Published

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"

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-dmxusbpro

Weekly Downloads

8

Version

1.0.4

License

ISC

Unpacked Size

6.25 kB

Total Files

5

Last publish

Collaborators

  • blechdom