view dmx_usb_module/pyout @ 881:94ca7d024fe1

dragging a new uri into subcomposer now makes a new context and rdf:type statement Ignore-this: 8489e9ccb43c023bf7f1ceef0875a0f5
author drewp@bigasterisk.com
date Sat, 08 Jun 2013 05:06:34 +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"