view dmx_usb_module/pyout @ 1485:e3c08d7824fa

checkpoint show data Ignore-this: 1de077c73841513fd6b73133e78e956e
author drewp@bigasterisk.com
date Mon, 13 Jun 2016 08:38:46 +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"