view dmx_usb_module/pyout @ 1256:ea2b23f59884

checkpoint show data Ignore-this: 82af460db06604de5b16ea20bfc0900e
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 13 Jun 2015 06:49:49 +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"