mathertel / DMXSerial

An Arduino library for sending and receiving DMX packets.
BSD 3-Clause "New" or "Revised" License
320 stars 76 forks source link

Frame error with dmx send #58

Open Delis2021 opened 2 years ago

Delis2021 commented 2 years ago

In version 1.5.3 and the DmxSerialSend application there is a frame error on the last 2 dmx slots (31/32). When changing the dmxmaxChannel to 64, the frame error is on slot 63/64. This error is not in version 1.5.0. Tested with Arduino Uno and Arduino Nano Every.