I've tried this interface on both MacOS and Linux (more specifically, Patchbox OS for Raspberry Pi) to control a single Eurolite LED PT-100/32 Pixel DMX Tube and it works great on both systems.
I had to install some drivers though, but that's easy enough: On MacOS, I went to Eurolite's product page for this device and followed the instructions there. On Linux, I didn't even try to install Eurolite's driver, but rather I made sure that I had libftdi installed (which can be installed via apt-get), and then also installed pylibftdi (via pip) so that I could control the lights via a Python script (I can recommend the program PyDMX by JMAlego on Github).
All in all, a great product that works exactly as I expected it to do.