view dmx_usb_module/pyout @ 1005:32e72dad2d92

checkpoint Ignore-this: aa20d185d7542ca4ec03abb5896362e9
author drewp@bigasterisk.com
date Mon, 17 Jun 2013 02:06:46 +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"