Hardware Interfaces#

python-can hides the low-level, device-specific interfaces to controller area network adapters in interface dependant modules. However as each hardware device is different, you should carefully go through your interface’s documentation.

Note

The Interface Names are listed in Configuration.

The following hardware interfaces are included in python-can:

Additional interface types can be added via the Plugin Interface, or by installing a third party package that utilises the Plugin Interface.