view dmx_usb_module/pyout @ 1469:70959bb51ab3

full page, 4-row TL. start doing static fx settings on notes Ignore-this: b581abc51d10e0c2dc62943e4fb3bebb
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 12 Jun 2016 12:37:24 +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"