view dmx_usb_module/pyout @ 1040:b65995e32a23

old notes on rdfdb Ignore-this: 8ded8d40583cf75e8d2420a81df4f76c
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 27 May 2014 07:34:58 +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"