view dmx_usb_module/pyout @ 1114:a38955ba6f40

rdfdb port is now in the config Ignore-this: 62a97aed9e0fe42604b8b59009b3d0e6
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 13 Jun 2014 05:25:02 +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"