Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1490:649d482737e0
start of a collector --loadtest mode
Ignore-this: be1e42cfb4c30f2467e429da1b4a05e0
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 13 Jun 2016 17:36:38 +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"