view dmx_usb_module/pyout @ 1091:50a68abd2b0e

comment Ignore-this: dd6216479fa438813e84869f94e15efa
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 05 Jun 2014 07:49: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"