view dmx_usb_module/pyout @ 1379:ea198addff5f

TL can stop following player song Ignore-this: 81342af72a8bd4dc602f0364aecc831a
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 08 Jun 2016 07:04:40 +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"