Skip to content

canmesage.py: Bugs in decoding msg payload in from_string method. #12

@jpyka

Description

@jpyka
  1. Index shift takes into account only message id and not the dlc.
  2. Payload byte should be referenced like this: msg[index: index + 2] and not msg[index: index + 1].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions