Each brand will have their own code for the IR signals. One of the most popular is the Sony IR remote. Don Roy (http://www3.sympatico.ca/donroy) has published some code that will do the job for Sony. It looks like you are using a Stamp so you should be able to use it. You can see a copy of the code by researching his past newsletters (I recommend getting his newsletter if you are into hobby robotics). I have also put a copy of the code on my site at http://204.233.101.40/robots/irremote.txt . Dan > I want to be able ot use my remote with my PC. So what I have done is hook > up a GP1U52x to pin 0 > of my pic and do a > > main: > serin 0,T2400,b2 > debug "b2: ",b2 > goto main > > > So every time I press a button on the remote the debug output changes. > However, if I press the same button > I get a different result. I've heard TV controllers use 14 bits. How do > I read the 14 bits and then get the results?