view dmx_usb_module/pyout @ 1369:6b5e079b3dbe

timeline hover goes to vidref Ignore-this: 2ef2fa1b7bdff1bd2755689889385ea2
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 07 Jun 2016 08:16:22 +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"