Skip to content

Id's not Seen full in ext #1

@buched

Description

@buched

Hi, ID's in savvycan dont appear full. tested on desktop and vehicle, same issue
Capture
i use this to send can message via another teensy as a simple can test message
CAN_message_t msgV;
msgV.id = 0x18ABCDEF;
msgV.flags.extended = true;
msgV.len = 8;
msgV.buf[0] = 0x00;
msgV.buf[1] = 0x00;
msgV.buf[2] = 0xC0;
msgV.buf[3] = 0x0C;
msgV.buf[4] = 0x00;
msgV.buf[5] = 0x17;
msgV.buf[6] = 0x02;
msgV.buf[7] = 0x20;
V_Bus.write(msgV);

same with other standard id like 0x0CACAA08

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