diff bin/collector @ 1881:baae0bdfde74

add pyudmx support. The usb code looks the same as what i had, but mine quickly gave lots of 'Pipe error' and pyudmx is quiet so far Ignore-this: 43495af6a9004c16f3a12c7e85d715b4
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 27 May 2019 12:44:18 +0000
parents d01e21621975
children 5cde72dfdc22
line wrap: on
line diff
--- a/bin/collector	Mon May 27 12:01:56 2019 +0000
+++ b/bin/collector	Mon May 27 12:44:18 2019 +0000
@@ -60,7 +60,7 @@
     try:
         # todo: drive outputs with config files
         outputs = [
-            DummyOutput(L9['output/dmxA/'], 80),
+            Udmx(L9['output/dmxA/'], bus=None, address=None, numChannels=510),
             DummyOutput(L9['output/dmxB/'], 510),
         ]
     except Exception: