view dmx_usb_module/pyout @ 1911:11bc3d32f453

layout on effectSequencer display Ignore-this: d0ec4310bc6abb583add94ef93c12b1c
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 10:59:16 +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"