Daniel O'Neill

Results 18 comments of Daniel O'Neill

It's a bit tricky, I've been playing with https://github.com/addisonElliott/HttpServer and it's fairly good. Unfortunately it's in the same boat of being unmaintained. I believe it's also possible to just use...

No no, you're doing it right. It looks like libmodbus changed their API a bit. I'll take a peek at it and see if I can get you going. There...

Okay, can you try grabbing the latest master and recompiling? I've updated that bit, and it seems to fix the build issues. If you aren't familiar with git, just type...

You need to run "make install" as root, try sudo make install

There's no need for that, I'll go over the instructions again to clarify each step. There's also another patch for the rs485 adapter that seems extremely common with the AN...

The exar driver has a way to switch it to rs485 without requiring a special kernel module, I've made that change. The service won't automatically start itself on boot and...

Sorry, I don't know anything about systemd. Have you tried launching the daemon manually?

I've found that if I modify sounddevice.py to force 1 input channel and 2 output channels, it works as expected. It seems the output device is being instantiated with the...