view dmx_usb_module/pyout @ 1174:a88d5c76d2ff

submaster don't abort subs that have dangling links in them Ignore-this: b6e1dd023112d07e0d8c89e9265f86c4
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 06:19:33 +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"