EUROLITE USB-DMX512 PRO Interface MK2
-
I have a new EUROLITE USB-DMX512 PRO Interface MK2, it is recognised as a serial interface, but a connected 4 channel RGBW spot cannot be controlled via ISADORA 4. Has anyone already got the same interface to work with ISADORA?
-
The interface that we know works with Isadora is the Enntec DMX USB Pro.
I use it with @DusX 's control which is here:
https://troikatronix.com/add-o...Maybe that also works with the EUROLITE interface that you have.
-
I have received the information on the protocol used from the manufacturer:
-
Protocol for USB DMX 512 Pro Interface MK2
baudrate: 250000
packet format:
1.byte 0x7E // package header (always 0x7E)
2.byte 0x06 // message type (always 0x06 for sending DMX data)
3.byte 0x## // DMX startcode + data length LSB (512 channels: 0x01)
4.byte 0x## // DMX startcode + data length MSB (512 channels: 0x02)
5.byte 0x00 // DMX startcode (always 0x00)
6 to n.byte 0x## // DMX data
n+1.byte 0xE7 // package footer (always 0xE7)This data packet is to be sent if DMX values have changed. No need to repeat steadily.
-
How can I set the baud rate to 250000 in ISADORA?