view dmx_usb_module/pyout @ 1497:1b4d63e63343

checkpoint show data Ignore-this: a34c88a6534da039a0698ffc9365170
author drewp@bigasterisk.com
date Tue, 14 Jun 2016 02:52:02 +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"