view dmx_usb_module/pyout @ 1208:6dcd6a84322a

checkpoint show data Ignore-this: 9e3505fd2065425373a4b8d704127df4
author drewp@bigasterisk.com
date Tue, 17 Jun 2014 04:56:17 +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"