how to send a char array with dbcppp #123
Unanswered
janaranjanahl
asked this question in
Q&A
Replies: 2 comments 6 replies
-
It depends on your DBC... And to copy raw values into your buffer, you should use the |
Beta Was this translation helpful? Give feedback.
1 reply
-
(You dont have to invoke |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to send char values over CAN. I could not get it working when over 6 bytes. what is the proper way to do it using dbcppp.
this worked
when temp_id is 7 bytes it does not work and show a offset in the double value as below.
char temp_id[8] = "sam1234";
what I am doing wrong here?
what is the best way to send a mac address or a string over CAN with DBCPPP?
Beta Was this translation helpful? Give feedback.
All reactions