view dmx_usb_module/pyout @ 918:124f4647179f

new-curve dialog could never get focus on my laptop Ignore-this: 654aaebc59dc701ae3f7b28d5c653293
author drewp@bigasterisk.com
date Mon, 10 Jun 2013 20:14:27 +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"