I currently am working with the DMXSerial library written for arduino. This library can be used, depending on how it is initialised as a transmitter, or as a sender.
The transmitter should be initialised as followed: DMXSerial.init(DMXController);
Whereas the initialisation for a receiver is as followed: DMXSerial.init(DMXReceiver);
I now want to create an implementation that receives and controls. Does anybody have an idea how to do this without missing certain important interrupts or timing constraints?