Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethernet interface (VN5611) blocks setup of CAN interfaces #1500

Closed
martinjthompson opened this issue Jan 25, 2023 · 0 comments · Fixed by #1502
Closed

Ethernet interface (VN5611) blocks setup of CAN interfaces #1500

martinjthompson opened this issue Jan 25, 2023 · 0 comments · Fixed by #1502
Labels

Comments

@martinjthompson
Copy link
Contributor

Describe the bug

When a VN5611 is connected it is not possible to open a CAN interface. The interface enumeration code crashes because the hardware type of this interface is not contained in XL_HardwareType

To Reproduce

Add a VN5611
Create a bus - bus = Vector(...)

Expected behavior

The VN5611 is enumerated, and the code continues to setup the CAN interface.

Additional context

OS and version: Windows 10
Python version: 3.10
python-can version: 4.1
python-can interface/s (if applicable): Vector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant