-
After upgrade to OLA 0.10.0 with brew, I see this in console:
```
common/io/Serial.cpp:181: Acquired /tmp/LCK..ttyUSB0
common/io/IOUtils.cpp:48: open(/dev/ttyUSB0): No such file or directory
```
The…
-
Hi guys, having a nightmare trying to get this to compile on OSX 10.11.6.
Currently bombing out with unknow type name errors in ./libs/usb/LibUsbAdaptor.h...
I have version 1.0.20 of libusb install…
-
It is basically the same as Anymau
All I did was change
``` c
const char AnymauDMXFactory::EXPECTED_MANUFACTURER[] = "AVLdiy.cn";
const char AnymauDMXFactory::EXPECTED_PRODUCT[] = "D512";
const uint…
-
Hi - this is less an issue, and more a sort-of pull-request. I couldn't find python3 bindings for OLA so I ran the existing python2 bindings through the 2to3 tool, then fixed the remaining unicode str…
-
Using the new Windows 10, the driver cannot be used anymore, because some api seems to have changed.
Whenever I run e.g. the test tool from Digital Enlightment, it won't work because
```
Exception E…
-
Hi,
I'm triyng to compile ola on a Beaglebone with python bindings
Linux beaglebone 4.4.15-ti-r37 #1 SMP Tue Jul 19 17:04:02 UTC 2016 armv7l GNU/Linux
but i stuck at make check, can somebody tell…
-
Hi,
I'm a developer on the Open Lighting Project ( https://github.com/OpenLightingProject/ola ) and we'd like to add support for your devices. However the code provided isn't thread safe since there …
-
Hi,
I get occasional hangs when doing full discovery via the ENTTEC USBDMX Pro. The log shows the following:
user.info: Feb 19 16:00:38 olad: EnttecUsbProWidget.cpp:280: Full discovery triggered
use…
-
While packaging for fedora I ran fedora-review and came across some licenses which I have some questions about. (if you want to look at the full license check output look [here](https://gist.github.co…
-
I just tried building with "--enable-rdm-tests --enable-ja-rule" to try to mimic what Travis does. However, I also add "--disable-all-plugins --enable-dummy", so that my build iterations are faster. I…