DataID value conversion
Posted: Mon Jun 15, 2015 12:18 am
According to the Opentherm specifications, some dataId' s are using High byte (HB), Low byte (LB) value.
For example I have a device that outputs dataId 0 in this value; value 0=02, Value1=00
(I assume it's in hex, could also be decimals, don't know)
(OT specifications: Flag8, Flag8, HB master info , LB slave info)
I think I get the part High byte, Low byte, which oversimplified means read from left to right (HB) and right to left (HB)
Just like we do in decimals. (20 is bigger dan 02) HB=2(0) LB=(2)0
I got stuck there. Can anybody enligthen me?
For example I have a device that outputs dataId 0 in this value; value 0=02, Value1=00
(I assume it's in hex, could also be decimals, don't know)
(OT specifications: Flag8, Flag8, HB master info , LB slave info)
I think I get the part High byte, Low byte, which oversimplified means read from left to right (HB) and right to left (HB)
Just like we do in decimals. (20 is bigger dan 02) HB=2(0) LB=(2)0
I got stuck there. Can anybody enligthen me?