-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
https://www.usbdmx.com/usb_dmx_interface.html
Protocol docs:
https://www.usbdmx.com/protocol.html
Appears to have no bulk update option, so might be rather slow or want some cleverness to only send changed channels. Unit is FTDI based, but with it's own micro, so would need either it's own plugin, or a disabled by default option in the usbdmx plugin so it doesn't normally grab them from the FTDI plugin (see #1556 for an example).
@clxjaguar already has some code in C for it (maybe they'd be interested in trying it):
https://github.com/clxjaguar/usbdmxcurses/blob/master/usbdmx.c