Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Support extended IDs in CantactDev.recv() #33

Merged
merged 1 commit into from
May 29, 2018

Conversation

sTywin
Copy link
Contributor

@sTywin sTywin commented Sep 23, 2017

CantactDev.recv() was creating the can.Frame without specifying whether it had an extended arbitration ID or not. The default is False, and so the extended ID was throwing ValueError: Arbitration ID out of range.

Signed-off-by: Scott Armitage scott@armitage.space

`CantactDev.recv()` was creating the `can.Frame` without specifying whether it had an extended arbitration ID or not. The default is `False`, and so the extended ID was throwing `ValueError: Arbitration ID out of range`.

Signed-off-by: Scott Armitage <scott@armitage.space>
@sTywin
Copy link
Contributor Author

sTywin commented Nov 2, 2017

Hey all, any reason we can't get this pulled into master?

@ericevenchick ericevenchick merged commit 28d77f3 into linklayer:master May 29, 2018
@jostor
Copy link

jostor commented Aug 31, 2018

I installed pyvit with "pip install pyvit", and experienced this problem. It took me a while until I found what was wrong. I did a fix, and planned committing it, but then I realized it was already fixed.
The version installed with pip install pyvit is very old. It would be very nice if a newer version could be added to pypi.

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

Successfully merging this pull request may close these issues.

3 participants