Guys, I have been trying to get a reading from my dash via ODB2 for fuel level.
the car is a 2015 Subaru STI. I have a full tank of fuel at the moment 14 USgal.
In the dash manager I have gotten up to requesting the PID but I am having trouble getting a value in return that make sense.
From what I have read in order to interpret the value I must apply the following formula.
1000*A/255 or use a multiplier 3921 and Divisor 100
I am sure I am very close but I think I may be using the wrong OFFSET, LENGTH and Bit Mask combination.
From what I understand in the formula above A refers to the first bit of the returned value.
Below is a screen shot of my current setup what is not working properly. I appreciate any help in advance.