Skip to content

Commit bf3b194

Browse files
Update README.rst
1 parent 805413e commit bf3b194

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ CANopen for Python
33

44
A Python implementation of the CANopen_ standard.
55
The 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

1112
Features
@@ -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

2527
Incomplete 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')

0 commit comments

Comments
 (0)