view dmx_usb_module/pyout @ 948:8bdd2d35ea61

remove KC old control-l feature Ignore-this: fce7b92e785c403863f321e3d6c58912
author drewp@bigasterisk.com
date Thu, 13 Jun 2013 19:49:29 +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"