view dmx_usb_module/pyout @ 1285:7d33056233f9

new patchSubgraph and other rdfdb improvements Ignore-this: 37f5bdb9bdc569dd67d1ce332fc60a89
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 28 Jan 2016 10:29:05 +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"