view dmx_usb_module/pyout @ 1199:30793e93e4eb

checkpoint show data Ignore-this: 6a15b74179da47b57a0c830f5c5fb745
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 23:29:04 +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"