Search found 2 matches

by pere_et_fils
Mon Aug 27, 2018 3:18 pm
Forum: IR Protocols & Codes
Topic: Checksum problem
Replies: 3
Views: 9561

Re: Checksum problem

Hi,

Thanks for attention.
this is an history from IRAnalysis
août 27 2018 171112_Session History mitsu_History.txt
.

Wath is difference between xor byte ant xor nibble ?
I look for a simple formula for each to understand differnce...

Math
by pere_et_fils
Fri Aug 24, 2018 2:08 pm
Forum: IR Protocols & Codes
Topic: Checksum problem
Replies: 3
Views: 9561

Checksum problem

HI, I'm math from france (so sorry for my poor english). I have to pilot my AC Mitsubishi (MSZ-HJ50VA) by arduino. I have decodate IR frames and did this code : typedef enum HvacMode { HVAC_HOT, HVAC_COLD, HVAC_DRY, HVAC_FAN, HVAC_AUTO // used for Toshiba only } HvacMode_t; // HVAC MODE typedef enum...