view dmx_usb_module/pyout @ 916:9ed01a562288

CC add subterm no longer has dialog; configure it after you make it Ignore-this: fe67883ead8ea1dde5589689f5ac76f4
author drewp@bigasterisk.com
date Mon, 10 Jun 2013 19:57:42 +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"