view dmx_usb_module/pyout @ 1078:470cc80f5384

CC escape key puts time slider to the left side Ignore-this: 24d927b942ca403c47fcbe41972a5491
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 03 Jun 2014 07:13:10 +0000
parents 2b2ad8e7cb9f
children
line wrap: on
line source


from dmx import Dmx

d = Dmx(port="/dev/dmx1")
while 1:
    d.write("\x00" * 100)
    print "wrote"