view dmx_usb_module/pyout @ 1488:df6bfc7e5584

disable origin dragger for a bit of performance, and it should be gone anyway since selecting all other pts should be super easy Ignore-this: dd102507c948cbf2cf3dada2286da968
author drewp@bigasterisk.com
date Mon, 13 Jun 2016 08:39:36 +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"