bytes[0] = 0x4B; 
bytes[1] = flow;

bytes[0] = 0x64; 
bytes[1] = temp0; // 

bytes[0] = 0x5A; 
bytes[1] = temp_s;

bytes[0] = 0xC8; //
bytes[1] = vent_s/10; 

flow = 
0 
1 
2 
3   
4   


:
if(a==0x64)temp_s=b;
if(a==0xFF)f=b;
if(a==0x78)vent_s=b*10;