Vector: use global channel_index if provided by zariiii9003 · Pull Request #1681 · hardbyte/python-can

Conversation

@zariiii9003

VectorBus._detect_available_configs() might return multiple devices with the same serial number, e.g. if a VN8900 is connected via both USB and Ethernet at the same time. If the VectorBus is instantiated with a config, that was returned from VectorBus._detect_available_configs(), then use the contained global channel_index to avoid any ambiguities.

Labels

1 participant

@zariiii9003