view dmx_usb_module/pyout @ 1238:cb300d230efd

checkpoint show data Ignore-this: c078fa1e4d7ff9d43fe2060dc0f276db
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 11 Jun 2015 08:19:44 +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"