Super General Ac Remote Code |best| Jun 2026

Below are captured IR codes (in raw hex, LSB-first transmission order) for a popular Super General model (SGH-09/12/18 series):

void loop() if (irrecv.decode(&results)) // For Super General, use raw buffer (results.rawbuf) Serial.print("Raw (len="); Serial.print(results.rawlen); Serial.print("): "); for (int i=0; i<results.rawlen; i++) Serial.print(results.rawbuf[i] * MICROS_PER_TICK, DEC); Serial.print(" "); super general ac remote code

Watch the numeric code display on the remote climb sequentially from 0000 toward 9999 . Below are captured IR codes (in raw hex,