intrepidcs / libicsneo

An open source solution to integrate Intrepid Control Systems vehicle networking hardware with your application.
Other
37 stars 32 forks source link

ValueCAN 3 Device LEDs may fail to indicate the correct status #16

Closed hollinsky-intrepid closed 5 years ago

hollinsky-intrepid commented 5 years ago

See issue https://github.com/intrepidcs/intrepid-socketcan-kernel-module/issues/6

tysonite commented 5 years ago

Hi @hollinsky-intrepid, it would be nice if you can look into this issue. The fix can help us to properly debug / observe any issues with the device.

hollinsky-intrepid commented 5 years ago

Hi @tysonite, I found and fixed the issue. The fix is in libicsneo v0.1.2 (now on master). I've also updated icsscand to use the new libicsneo, and the software version for that is v2.0.2 (now on master in that repo). The kernel module is unchanged.

You should be able to run git pull then git submodule update within your copy of the icsscand source to pull these updates.

Let us know if you need anything else!