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

Socketcand ext ID bug fixes, and implement channel{_info} and Message attributes #1508

Merged

Commits on Jan 27, 2023

  1. Handle extended arbitration id properly

    socketcand uses the length of the arbitration id field to indicate
    whether a frame is using extended id or not. 3 characters for standard,
    8 for extended.
    
    Prior to this fix, the arbitration id would be truncated to the lower 11
    bits, or at times even garbage.
    faisal-shah committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6ddbfa9 View commit details
    Browse the repository at this point in the history
  2. Add is_rx attribute

    faisal-shah committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    93beec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f43ac66 View commit details
    Browse the repository at this point in the history