view dmx_usb_module/pyout @ 1399:01c33edd1d7c

checkpoint show data Ignore-this: 96ab9e8a549afcbe8ba394e17332fcf5
author drewp@bigasterisk.com
date Sun, 14 Jun 2015 22:06:25 +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"