view dmx_usb_module/pyout @ 911:4b9997ab0e4f

push some logs down to debug. -v flag on SC. another tripleFilter optimization Ignore-this: 41de7e838ff6c775ee4e350f4dfa141d
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 10 Jun 2013 09:58:59 +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"