open_dmx

A wrapper around the serial library to send DMX data over a serial port via the Open-DMX(RS-485) protocol
Basic Setup
use DMXSerial;
DMXSerial updates its channels automatically to the Serial Port for a stable connection. For strobe effects DMXSerial.update() can be used, which blocks the main thread until a packet is sent over serial.
The automatic sending can also be disabled with DMXSerial::open_sync(path) or DMXSerial.set_sync()