Hello guys,
I would like to convert a dword that this case is a block as below:
In EFI Live to send to ECU f4 57 01 00 b4 receives 63 bytes below:
f4 57 01 00 b4 f4 95 01 0b 85 00 00 00 89 00 24
00 25 00 29 00 00 00 70 58 80 00 80 04 59 48 00
31 35 5a cf e7 00 00 8a 27 00 43 00 3a 80 50 00
68 08 48 04 24 07 01 02 5f 80 e0 00 a1 2c 30 88
bd c1 02 34 09 47 02 d6

Ignoring that in response to the request back ECU f4 57 01 00 b4 we f4 95 01, the rest of the data is from my ECU parameters:
0b 85 00 00 00 89 00 24
00 25 00 29 00 00 00 70 58 80 00 80 04 59 48 00
31 35 5a cf e7 00 00 8a 27 00 43 00 3a 80 50 00
68 08 48 04 24 07 01 02 5f 80 e0 00 a1 2c 30 88
bd c1 02 34 09 47 02

Ja paper could convert nearly all of that data set, e.g. the bytes 00 00 00 represent the code errors of the sensors, the next byte 89 is the engine temperature and byte 24 is the TPS volts...

But the first two bytes as 0B and 85 is a dword that rode in EFI Live and gave the final digits of my ECU is 2949, but on paper I can not convert this value ...

Can anyone here help me identify or translate as dword 0B 85 in 2949?

My intention is to develop its own software monitoring and lack only unravel this puzzle for me to start developing.

I count on the help of the guys in this forum

Looking forward.