view dmx_usb_module/pyout @ 1677:0802069ff063

new networking Ignore-this: eb417a795dd883db0897c5534fab0608
author drewp@bigasterisk.com
date Sun, 11 Jun 2017 21:04: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"