tags:

views:

15

answers:

0

I am using a RedRat3 for a project, but I have hit a snag. Basically what I want to do is construct a simple application that can receive a signal from a remote control, and then store the data somewhere. Then, if I press the same button again, the application will recognize the signal from that button as a unique button, so it can distinguish from the different buttons on the remote. Every time the signal event is fired, however, I get different values in the variables, even though I'm pressing the same button! It would be stupid if there was no form of uniqueness to each button, so there must be a way to separate the buttons from each other.