views:

1876

answers:

3

Hi there,

I'm looking for any code sample using the windows IR API.

I want to make a little application, to control a windows based PC from an infrared remote control sending commands to a IR Port, and I'm having some some troubles in finding documentation.

Do you know any opensource code, tutorial, or something to learn about this IR API?

Thanks a lot.

A: 

this may be helpful:

http://code.msdn.microsoft.com/IRDADemo

anthony
I got fooled by this too, but IRDA != Remote control; IRDA is a *network type* device, to connect *two computers*. Not the same as an IR Blaster designed to talk to a remote control
Paul Betts
A: 

I believe you want to use the MCEIR API:

http://www.byremote.com.au/Hip/mce_remote_faq.htm

Paul Betts
+1  A: 

Here is a good article on hackaday.com building one if you don't find something that is exactly what you need.

kenny