--#1 Standard
(Int16 / 256)
--#2 Unsigned
(Uint16 / 256)
--#3 High Byte
(Uint8 @ 21)
--#4 Low Byte
(Uint8 @ 22)
--#5 Shift Logic
(Raw >> 8)
--#7 mV Scale
(3k-4.2k mV)
--#8 Float Conv
(Native Float)
--#9 Python Round
round(x / 256)
HEX: No data received yet...