view dmx_usb_module/pyout @ 1374:640c9e4de909

throttle collector's logging Ignore-this: 3ce1325041f3fa79450554b7bb75f55d
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 07 Jun 2016 10:53:05 +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"