File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ CANopen for Python
33
44A Python implementation of the CANopen _ standard.
55The aim of the project is to support the most common parts of the CiA 301
6- standard in a Pythonic interface.
6+ standard in a simple Pythonic interface. It is mainly targeted for testing and
7+ automation tasks rather than a standard compliant master implementation.
78
8- The library supports Python 2.7 and 3.4+.
9+ The library supports Python 3.4+.
910
1011
1112Features
@@ -21,6 +22,7 @@ The library is mainly meant to be used as a master.
2122* TIME producer
2223* LSS master
2324* Object Dictionary from EDS
25+ * 402 profile support
2426
2527Incomplete support for creating slave nodes also exists.
2628
@@ -98,7 +100,7 @@ The :code:`n` is the PDO index (normally 1 to 4). The second form of access is f
98100 network.add_node(node)
99101
100102 # Connect to the CAN bus
101- # Arguments are passed to python-can's can.interface. Bus() constructor
103+ # Arguments are passed to python-can's can.Bus() constructor
102104 # (see https://python-can.readthedocs.io/en/latest/bus.html).
103105 network.connect()
104106 # network.connect(bustype='socketcan', channel='can0')
You can’t perform that action at this time.
0 commit comments