infrared

IR Port API example C#/C++

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 I...

list of infrared codes?

I have an app that controls an IR emitter and would like to get access to the universe of IR codes. Is this something that is freely available, or is it a subscription? (Companies like harmony and logitech have them - just not sure how I get access to it) (google did not give me anything useful so far) NOTE - to be clear - I want a l...

How to programmatically use the mobile phone's IrDA to remote control a media player?

Hi, which API or library on which mobile OS is to be used when one needs to write a code to use the phone's IrDA to create the necessary impulses to remote control consumer electronics e.g. a HDD media player? Is maybe a certain mobile OS better suited for that kind of application than others? ...

IR_TRANSMIT_PARAMS.TransmitPortMask values?

I have look around everywhere and cannot find any documentation about the values to put in TransmitPortMask of IR_TRANSMIT_PARAMS structure for use with IOCTL_IR_TRANSMIT. All the documentation says is that it is "A bitmask that contains ports to transmit on". Thus, I first tried: PORT1 = 0x1 PORT2 = 0x2 It did not work! Then, on ...

Clueless programming an Infrared application. Will I succeed?

As an experienced programmer, I believe everything is possible. It just requires knowledge, skill and patience. Right now, I lack the knowledge I need for programming an infrared/irDA device, so I need to learn. Simple, really. My problem? I have a monitor which can be used also as television (it has a DVI-D connector AND a cable connec...

Remember unique signal with RedRat3

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 disti...

Consumer IR reciever in HP notebook models

Is there a documentation or information about programming consumer ir receivers found in HP notebook models (like HP Pavilion). The bundled remote works with the bundled DVD playing software but I would like to use it with my own programs. I tried to search the terms together with Lirc or WinLirc but failed. ...

Java Infra-red devices

I want to write a Java App that can communicate with an Infra-red device. I have a USB infra-red reader that I want to use. Are there any Java Libraries that I can use to make this happen... Ideally I want the program to work on windows and macOS X. Anyone have any sample code or anything they can do to point me in the right direction, I...

decode Infrared remote control code using c or c++

Hi Please let me know how to decode infrared remote control code using c or c++. ...