Skip to content

CANdapter Support for Extended Arbitration ID's (slcan ASCII Protocol) #1506

@BroderickJack

Description

@BroderickJack

Hello,

I am integrating the Ewert Energy CANdapter. The protocol ASCII protocol seems to be extremely similar to what is device under the slcan interface. The slcan interface works for standard length arbitration ID's.

The extended length ID's however, were not working at first. The CANdapter reports the first ASCII character as x. I was able to integrate without any issues by changing the T to the x in the linked line.

elif string[0] == "T":

I would be interested in determining a way for these characters to be a part of the configuration, and if this specific adapter is unique in how it implements this "protocol".

Cheers,
Jack

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