view dmx_usb_module/pyout @ 935:89adbbb06bcd

vidref run in twisted mainloop Ignore-this: 537d30af9c1680a2be46c9ec333d63b1
author drewp@bigasterisk.com
date Wed, 12 Jun 2013 07:31: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"