view dmx_usb_module/pyout @ 1178:a296d842d0da

better cmdline option error Ignore-this: a9be79c6c6fd69de5d5798f0cb628f24
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 15 Jun 2014 07:17:48 +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"