view dmx_usb_module/pyout @ 1704:0f8ea7c08f33

cursor-canvas: forgot script link Ignore-this: b34931fcea9be5176b13d7d074e8a6fa
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 29 Apr 2018 21:56:08 +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"