Hi there,
I want to hook up the 2nd Can port on the Dash into the Vehicle Can to read data from an existing message.
I want to grab Byte 1 and Byte 0 (reverse order), do a calculation on the number and display on the dash.
Is this within the scope of this C125 logger?
I know you can make a look up table but this will be a 16-bit number.
An example for the calculation I would like to perform is E = 27 - (N/250) where N is the 16 bit number read from the Can Message.
Any help would be appreciated... thanks!