view dmx_usb_module/pyout @ 1904:5f31e02fbf70

live page stays on the same effect when you reload, now that it writes effectChoice to the url Ignore-this: f1143abd07d4775f97868abaf32d359c
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 02:26: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"