DaAwesomeP/dmxusb

Channels after last non-zero channel aren't set to 0

Closed this issue · 1 comments

The ENTTEC protocol omits sending all channels after the last non-zero channel. However, the library currently does not set these channels to 0. The library also doesn't respond properly if all of the channels are 0 (no data bytes sent).

https://github.com/DaAwesomeP/dmxusb/blob/master/src/DMXUSB.cpp#L77-L99