view dmx_usb_module/pyout @ 1467:2ed61945d881

adjusters hide at zoomed-out views. start inline-attrs box. note delete command Ignore-this: b4674195f31c5bb82ecd7c0b3b7c8f3d
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 12 Jun 2016 11:25:27 +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"