view dmx_usb_module/pyout @ 1832:84306c05d229

sequencer http mode: send faster (this gets 13fps) Ignore-this: 42794350c8f87faec4392591184e8065
author drewp@bigasterisk.com
date Sat, 09 Jun 2018 18:42:06 +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"