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

Id's not Seen full in ext #1

Open
buched opened this issue Nov 23, 2023 · 0 comments
Open

Id's not Seen full in ext #1

buched opened this issue Nov 23, 2023 · 0 comments

Comments

@buched
Copy link

buched commented Nov 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant