C Encoding Buffer #109
MichaelBMiner
started this conversation in
General
Replies: 1 comment
-
@xR3b0rn just wondering if you had any thoughts on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am attempting to package some CAN data to send over the network. I have a question about
dbcppp_SignalEncode
. This function accepts a signal, raw data and a buffer. A CAN frame can have a data buffer that is 8 bytes long. No one PGN (message) holds more than 64 bits at a time.Does this encode function shift items around in the buffer provided to ensure proper decoding? In my code I read in my DBC and save each signal in an array associated with each message id. As my program runs it will gather data and eventually will need to send it out.
@xR3b0rn @derkomai @ByunghunLee @byunghun-ee
Beta Was this translation helpful? Give feedback.
All reactions