Sending IR

G

GrOrH

I'm am attempting to write a universal remote control application for my HP
iPaq 4150 to use my TV/Video et al. I have developed applications using VS
..NET and the .NET CF. How do I get my app to beam an IR signal (i.e. not to
connect to a detected IR device, but to beam remote control style)?
Is it possible? I have seen apps for sale that claim to do what I want but I
want to write my own. I can't seem to find much info about the .NET CF IR
APIs.

Any help greatly appreciated.

Cheers.
 
D

David Kline [msft]

The .NET Compact Framework's IR class library supports IrDA and not
consumer IR. You will need to p/invoke to a native API supporting consumer
IR to be able to write a universal remote control application (provided
that the iPaq's IR device supports consumer IR).

David Kline
Microsoft .NET Compact Framework
--------------------------------
This posting is provided “AS IS” with no warranties, and confers no
rights.

Please do not send email directly to this alias. This alias is for
newsgroup purposes only. To correspond with me directly, remove the
'online' from
my alias.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top