使用 cocoa 通过 USB 发送信号?
只是想知道,是否有任何“API”可以通过 USB 电缆将信号发送到使用 Apple 的 cocoa 编程语言的设备,以便我可以将其与应用程序合并?
它比几个命令复杂得多,还是我需要一个库?
我没有外部设备通信的经验,因此欢迎任何帮助!
Just wondering, is there any "API" for sending signals through a USB cable to a device using Apple's cocoa programming language, so I could incorporate it with an app?
is it much more complicated than a couple of commands, or do i need a library?
I have no experience with external device communication so any help is welcomed!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要阅读
IOKit
在 OS X 上进行 USB 操作。有一些跨平台库,例如libusb
也可以派上用场。您想使用什么样的设备?You will need to read up on
IOKit
to do USB on OS X. There are some cross-platform libraries likelibusb
that can come in handy, too. What kind of device do you want to use?