view dmx_usb_module/pyout @ 917:e7d5f008b2fa

push some subterm logging to debug Ignore-this: aaf413d177f48ee23497c8848fc571cf
author drewp@bigasterisk.com
date Mon, 10 Jun 2013 19:57:59 +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"