Giga DMX Library

Hi Guys.
I own several different Arduino boards. Uno, ESP32 Giga, etc. I am trying to find a Dmx library that will run on the Giga.
So far I have tried all of the DMX libraries listed in the default install of Arduino IDE and only one of them works on my UNO, the "DmxSimple.h", which is not the board I would like to use.
I have successfully used the "DmxSimple.h" library on UNO but not on the Giga. The error message says "DmxSimple does not support this CPU".
So my question is has anyone used any Dmx library successfully on a Giga board. If so which one, or can you share a library you use that works.

Thank You

I've never used DMX but it shouldn't be that hard to write a library, or to write a program without one.

...If you don't make a library, you probably DO want to make send and/or receive function.

It's just a matter of serial communication, interpreting bytes if you want to receive a message or creating-choosing the right bytes when you send a message.

I WOULD want to have a working DMX device and/or a working DMX controller to help with testing & debugging.

Hi Doug.
I don't want to presume anything, but are you offering to write such a library? I have plenty of scripts and most dont work. Only one actually works on the Uno and none work on the Giga.
If indeed you are able to write the needed librarys, then contact me of list at:
Allen.Jarosz@gmail.com