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
Add device_id parameter to PcanBus constructor (#1346)
* Add device_id parameter to PcanBus constructor
The new device_id parameter can be used to select a PCAN
channel based on the freely programmable device ID of a
PCAN USB device. This change allows for a more deterministic
channel selection since the device ID does not change
between restarts.
* Change wording of PCAN _find_channel_by_dev_id docstring
Co-authored-by: zariiii9003 <[email protected]>
* Apply black code formatting
Co-authored-by: zariiii9003 <[email protected]>
0 commit comments