CANUSB is a dongle that plugs into any PC USB Port and gives an instant CAN connectivity. Drivers for Windows 32 bit and 64 bit are available. It can be treated by software as a standard COM Port. But communicating directly via the driver DLL allows faster communications and higher CAN bus loads. The CANUSBJNA library implements access to the native DLL using Java Native Access (JNA).
- Implements the complete CANUSB API in plain Java.
- Provides class hierarchy hiding the C-like native interface.
- Windows XP or above
- CANUSB DLL driver version 2.0.2
- jna.jar and jna-platform.jar from Java Native Access (JNA)
CANUSBJNA is published under MIT License.
A similar library for the Tiny-CAN dongle is provided by the TinyCANJNA project.