[PD] enttec dmx usb pro pd linux

IOhannes m zmoelnig zmoelnig at iem.at
Fri Nov 21 13:14:05 CET 2008


hi

Erich Berger wrote:
> to give some more info:
> 
> i had success with wtf2osc which includes a
> python script osc2dmx.enttec.py, which is
> able to open my device and via osc i am able
> to send.
> 
> i belief the problem is that dmx512 tries to open
> /dev/dmx but my dmx controller is on /dev/ttyUSB0.
> 

this is helpful.

my external will not work directly with a serial port. it uses the
dmx4linux api, which is accessed via /dev/dmx[0-9]*
by default [dmxout] will just try to connect to /dev/dmx, but you can
change that by setting the environmental variable "DMX" to a more
appropriate value.

% export DMX=/dev/dmx0
% pd




More information about the Pd-list mailing list