Table of Contents
CAN Device Drivers or other lower layer CAN software
Nearly all PC interface vendors (ISA, PCI, PCIe, PC104 ..) have there proprietary drivers, at least for Windows™.
Device Drivers
LINUX
All started with a Linux character device driver, can4linux, in the very early years around 1995. This project was born in cooperation with the LINUX LLP Project to control laboratory or automation devices via CAN. LLP stands for Linux Lab Project.
- char driver
- can4linux one of the first available CAN device drivers for Linux is hosted on GitLab. The project started in 1995 already. Manual pages Doxygen generated. can4linux. can4linux is manufacturer independent and has support for EMS Wünsche, Kvaser, Janz Contemporayry Controls and such embedded Linux devices as RaspberryPi, BananaPi, iMX based Linux, Olimex and more.
- Kvaser Linux Drivers and SDK Linux character based driver for all Kvaser products, including the latest CAN FD devices.
- PEAK-System Technik Linux PCAN Driver Linux character based driver for all PEAK-System products, including the latest CAN FD devices.
- net driver
- SocketCAN is a network layer driver for CAN. It is part of the Linux kernel since some years. SocketCAN has over the years assembled support for many interfaces boards from different vendors.
Windows
- EMS Wünsche: CPC series driver for all Windows operating systems
- HMS / IXXAT: VCI drivers
- NI National Instruments
- PEAK-System Technik drivers and free API for Windows
QNX
Look at QNX
- Steinhoff Automation Supported CAN controllers are e.g. Intel 82527 or Bosch CC770, SJA 1000, and MSCAN on MPC5200, with the emtas GmbH CANopen protocol
VxWorks
- emtas GmbH Supported CAN controllers are msCAN on MPC5200, with CANopen higher layer
- port offers an version for SJA1000 based CAN controllers
MACOS
Low level CAN driver software
- CANpie - Open source project, pursues the objective of creating and establishing an open and standardized software API for access to the CAN bus
- python-can- an open source Python library for creating CAN utilities that uses SocketCAN, Kvaser, IXXAT, Systec, Vector, PEAK-System etc. drivers.