You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added extra info for Kvaser dongles
Changed Kvaser auto-detection function to return additional info regarding the dongles found, such as Serial Number, Name and Dongle Channel number.
In this way it's possible to discern between different physical dongles connected to the PC and if they are Virtual Channels or not.
* Updated key value for dongle name
Changed "name" into "device_name" as suggested by python-can owner.
* Fixed retrocompatibility problem
Changed " with ' for retrocompatibility problem with older Python versions.
* Fixed failed Test
I've updated the format using Black and modified test_kvaser.py\test_available_configs to consider the new _detect_available_configs output.
* Fixed missed changes
0 commit comments