view dmx_usb_module/pyout @ 879:6504df2aee03

show 2013 data Ignore-this: a36a24c7a2a13ae4f4088f57a97e14a0
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 08 Jun 2013 00:54:56 +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"