Python bytes to hex little endian. unpack('<BBH', bytes) #val = (18, 69, 43776) As I specif...