- Notifications
You must be signed in to change notification settings - Fork 652
Closed
Description
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.
python-can/can/interfaces/slcan.py
Line 213 in dcf15c9
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
NoahMaceri
Metadata
Metadata
Assignees
Labels
No labels