view dmx_usb_module/pyout @ 1727:68681c2cbbc1

extract viewState, pass it to other elements Ignore-this: 776252bdb90b590a380666b14b6c7818
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 11 May 2018 09:54: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"