Hi,
I’m using Rust and the example code is working on Mac and giving a valid serial number and turn on the LED, but when connected to Linux the get_serials() or the open_first() fails and when executing HidApi example, I see the SN is “None”.
uname -a
Linux debian 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
I also installed:
sudo apt-get install libusb-1.0
sudo apt-get install libhidapi-hidraw0
And in Rust I’m using:
blinkstick = “0.1.2”
hidapi = “0.5.0”
Any clue?
10x,
Israel Shianert