Commit de94772
Fix initialization of usb2can Bus interface object (#501)
* Fully initialize usb2can Bus interface object.
The usb2can interface backend currently does not work because the
_filters member is not initialized in the constructor of
can.interfaces.usb2can.Usb2canBus. Call the parent class constructor
to pull in the missing object attributes.
* Add a note about the 32-bit only CANAL DLL.
The usb2can interface currently only supports 32-bit Python on
Windows, because there is no 64-bit CANAL library available yet.
Mention this in the documentation section.1 parent 89f4c20 commit de94772
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments