I'm trying to set up an IR remote control system. I'm using the code at http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1203890018/4#4
The remote controls I have are from the "Remote Possibilities" game released by Hasbro in 2002. When I press any of the buttons, I usually get a "4095" as the received key. It doesn't matter which of the 12 buttons in the game, it's always the same.
But there's also reliability issues. Many times, I'll get a bunch of random looking numbers as I hold the button with a lot of 4095's thrown in, and sometimes it's all 4095.
I tried with other remote controls I have (TV, stereo, etc), but nothing else seems to be recognized at all.
What I need is to be able to reliably distinguish between all 12 Remote Possibilities buttons. I can find no information at all about the coding scheme the game uses, and I don't have appropriate test instruments to help me out.