Page 1 of 1
Java and PCAN-USB
Posted: Wed 9. Sep 2020, 15:11
by yves.courvoisier
Hi,
Do you have a java library available to interact with the PCAN-USB device?
Moreover, does your device work with socketcan (
https://en.wikipedia.org/wiki/SocketCAN) ?
Thanks in advance
Re: Java and PCAN-USB
Posted: Wed 9. Sep 2020, 15:16
by M.Heidemann
Hello,
Do you have a java library available to interact with the PCAN-USB device?
Yes, please have a look at the PCANBasic API, the PCANBasic package includes examples for Java:
https://www.peak-system.com/PCAN-Basic.239.0.html?&L=1
Moreover, does your device work with socketcan
Yes, the PCAN-USB is compatible with SocketCAN.
Our PCAN-Linux device driver is part of the Linux mainline kernel and works with SocketCAN out of the box (PCAN-USB is supported from Kernel 3.4 and up)
Please see our Linux-support page:
http://www.peak-system.com/fileadmin/me ... /index.htm
Best Regards
Marvin
Re: Java and PCAN-USB
Posted: Wed 9. Sep 2020, 15:47
by yves.courvoisier
Thanks a lot