Skip to content

Commit f8524c1

Browse files
JanGoeteynfelixdivo
authored andcommitted
Update iscan.py
Added descriptive text for error code 15: Found the device, but it is being used by another process.
1 parent 4ea358f commit f8524c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

can/interfaces/iscan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ class IscanError(CanError):
147147
10: "Thread already started",
148148
11: "Buffer overrun",
149149
12: "Device not initialized",
150+
15: "Found the device, but it is being used by another process",
150151
16: "Bus error",
151152
17: "Bus off",
152153
18: "Error passive",

0 commit comments

Comments
 (0)