使用VB.NET捕获IR数据

时间:2021-11-28 14:00:17

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

刚刚找到一个旧的IR接收器(Microsoft eHome Infared Transceiver),我正在尝试编写一个可以使用它捕获的数据的应用程序...

Any examples or jumping off points for this are appreciated.

任何例子或跳出点都是值得赞赏的。

2 个解决方案

#1


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.

看起来它是USB HID设备。因此,您应该能够使用Win32 API与之通信 - 类似于其他USB HID设备。

#2


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

我认为Microsoft eHome Infared Transceiver是一个人机接口设备(HID),所以我从HID页面开始。

This has a VB.NET sample on it.

这上面有一个VB.NET示例。

#1


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.

看起来它是USB HID设备。因此,您应该能够使用Win32 API与之通信 - 类似于其他USB HID设备。

#2


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

我认为Microsoft eHome Infared Transceiver是一个人机接口设备(HID),所以我从HID页面开始。

This has a VB.NET sample on it.

这上面有一个VB.NET示例。