Q: On monitor data message 4 and 5, what does "high" and "low" mean. Does that mean it is a 32 bit number?
A: The "high" and "low" refer to the byte order. Each number is a 16 bit (2 byte) value. To compute the actual value, you would use x = (high_byte << 8) | low_byte
CAN message monitor data - high & low?
Who is online
Users browsing this forum: No registered users and 1 guest