view dmx_usb_module/pyout @ 1446:ba6594263fa7

collector: client's prev settings are no longer mixed with its new request. this breaks live page Ignore-this: 3155a2ab028d9e006ed4796ef8fbf8d0
author drewp@bigasterisk.com
date Sat, 11 Jun 2016 21:29:06 +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"