Okay, so you are speaking IR not RS232. If you can tell me what the hexadecimal code for Power off is according to
infocus I may be able to assist you, but the following is probably correct.
What you have just shown me is a Pronto shortcut pattern for a standard IR pattern. The key info in that string is 874E 39C6. If I remember correctly 900A signifies a NEC protocal formatted IR pattern. In that structure 874E represents the device code, and 39C6 represents the key code. The key code consists of two hex bytes (39 and C6) which are the key code and its compliment for error checking.
I suspect The infocus code for Power off is 39. Power on and off are generally successive integers and 39 3A are successive hex integers. why don't you try
900A 006D 0000 0001 3AC5
Mod Edit - The code above is not a valid 900A code. Assuming the device ID from previous code is 0x87/87h or 135(decimal) try this instead.
900A 006D 0000 0001 874E 3AC5
Last edited by Lyndel McGee (moderator) on March 22, 2010 20:57.