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 _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
