3

我需要使用可可访问 IR 的原始数据,而不仅仅是从 Apple Remote 接收的数据。我看到了这个https://github.com/martinkahr/apple_remote_control但它仅适用于 Apple Remote。

4

1 回答 1

1

只需快速浏览您链接到的源,您似乎正在寻找的是 I/O 套件。特别是 HID(它的人工输入设备方面)。

http://developer.apple.com/library/mac/#documentation/DeviceDrivers/Conceptual/IOKitFundamentals/Introduction/Introduction.html

这似乎是 Mac OS 应用程序与硬件本身之间的桥接层。

于 2010-12-23T14:54:15.177 回答