barebones and low-level implementation to handle DMX communication (send only) with the Enttec DMX Pro Mk2 (two universes).
create a new instance.
portid |
one listed in |
baudrate |
baudrate of the serial port. |
universeSize |
size of the initial DMX universes. |
cmdperiod |
if |
// an Astera LED Par at dmx address 20 in universe 0 q.ax3 = SimpleDMXFixture.newFor(\ax3, \13, 20, 0);
// set to green q.ax3.setColor(Color.green); q.enttec.add(q.ax3); q.enttec.sendDMX(flush: false);
// set to red q.ax3.setColor(Color.red); q.enttec.add(q.ax3); q.enttec.sendDMX(flush: false);
A cameo THUNDERWASH 600 RGBW
at dmx address 477 in universe 1: