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
|
National Instruments NI-CAN
===========================
This interface adds support for NI-CAN controllers by `National Instruments`_.
.. warning::
NI-CAN only seems to support 32-bit architectures so if the driver can't
be loaded on a 64-bit Python, try using a 32-bit version instead.
.. warning::
CAN filtering has not been tested thoroughly and may not work as expected.
Bus
---
.. autoclass:: can.interfaces.nican.NicanBus
.. autoexception:: can.interfaces.nican.NicanError
.. autoexception:: can.interfaces.nican.NicanInitializationError
.. _National Instruments: http://www.ni.com/can/
|