Paul Osborne
Paul Osborne
No objection to that approach.
Hi @jetremote. I work for Digi but not on the team responsible working on this library. Having the lib on Maven Central is obviously important, so I'll follow up with...
Hi @jetremote, I did a little work this afternoon to try to put something together. Unfortunately, RxTx can be a bit tricky to work with. Here's what I have been...
I have tested the following with gradle under linux x86_64. You should be able to pull in the right rxtx-native library more automatically with a bit more work. Note that...
@tatianaleon, @rubenmoral, @diescalo To close out this issue, we would like to officially document and set in place a process for releasing xbjl so that it can be installed via...
I wonder if this is the timing issue on export that has been noted elsewhere related to udev: https://github.com/rust-embedded/rust-sysfs-gpio/issues/5. Can you run the command again with `strace` so we can...
Ah, I see. I think you need to execute the `gpio export` command with your config first. I'm so used to using this on systems where we have this integrated...
That second error does sound more similar to the aforementioned RPi issues and might be something we could put a workaround in for (in gpio-utils, not the library).
Yes, that sounds reasonable. Can you open a PR with this @LeMoussel?
The symlink feature does have real value in many configurations. We could consider changing the deafult to not have a symlink root (see config.rs).