Hello,
Im trying to control dmx lights with Raspberry Pi 3 on Raspbian.
I have bought this Eurolite USB-DMX512 PRO Interface:
Im not sure what drivers should I use with this one as it seems there are about 5 different Eurolite USB-DMX512 versions (some have boxes, others are just a cable like mine).
I tried to make this working with FTDI USB DMX (because device reads as "Bus 001 Device 004: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC" in lsusb) but nothing happens when I move sliders...
I also setup rules as suggested in different tread:
sudo nano /etc/udev/rules.d/02-eurolite-dmx.rules:
SUBSYSTEM=="usb|usb_device", ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", GROUP="plugdev" MODE="660"
sudo nano /etc/modprobe.d/eurolite-dmx.conf:
I installed ola with sudo apt-get install ola
Is it a good driver for the device? They claim that it should have microprocesor build in the plug.
Lights work fine with this cable on my windows machine using DMXControl 3...so hardware should be ok.
Thank you for any help with this...
Jiri