view dmx_usb_module/pyout @ 1246:41f0fc1d51c7

refactor serial output Ignore-this: 3e96d77b59879b2aecc1e6d562401da0
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 13 Jun 2015 04:28:13 +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"