mathertel / DMXSerial

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

DMX512 format #39

Closed MartinsKlavins closed 4 years ago

MartinsKlavins commented 4 years ago

DMX512 frame format should be SERIAL_8N2 ( with 2 stop bits ).

mathertel commented 4 years ago

I will fix. reading format can be SERIAL_8N1 to have more tolerant receiving but writing should have 2 stop bits.

mathertel commented 4 years ago

Thanks to @MartinsKlavins