view dmx_usb_module/pyout @ 1849:a04310da3896

checkpoint show data Ignore-this: aade3fbbdd1f818b6a015f00eb013964
author drewp@bigasterisk.com
date Sun, 10 Jun 2018 22:07:56 +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"