1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.. _can interface modules:
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 :doc:`configuration`.
The following hardware interfaces are included in python-can:
.. toctree::
:maxdepth: 1
interfaces/canalystii
interfaces/cantact
interfaces/etas
interfaces/gs_usb
interfaces/iscan
interfaces/ixxat
interfaces/kvaser
interfaces/neousys
interfaces/neovi
interfaces/nican
interfaces/nixnet
interfaces/pcan
interfaces/robotell
interfaces/seeedstudio
interfaces/serial
interfaces/slcan
interfaces/socketcan
interfaces/socketcand
interfaces/systec
interfaces/usb2can
interfaces/vector
Additional interface types can be added via the :ref:`plugin interface`, or by installing a third party package that utilises the :ref:`plugin interface`.
|