views:

290

answers:

2

Just found an old IR reciever (Microsoft eHome Infared Transceiver) and i'm trying to write an application that can use data it captures...

Any examples or jumping off points for this are appreciated.

Thanks!

A: 

I think the Microsoft eHome Infared Transceiver is a Human Interface Device (HID), so I'd start with The HID Page.

This has a VB.NET sample on it.

dommer
A: 

Looks like it's a USB HID device. As such, you should be able to use Win32 API to talk to it - similar to other USB HID devices.

Mark Brackett