使用 iPhone 远程完成电路
我想为 iPhone 或 iPad 创建 IBAction,以无线或远程方式完成电路。再次如此。我不确定我需要使用什么 API。我需要帮助将 IBAction 连接到流程。请提供任何帮助,我们将不胜感激。
I want to create IBAction for the iPhone or iPad that wirelessly or remotely cause a circuit to complete. So again. I am not sure what API I need to use. I need help to connect the IBAction to the process. Please any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iPhone 不包含用于控制外部设备的特定 API。您需要参阅您尝试控制的设备的用户手册或数据表。
如果您使用网络设备,例如arduino上的make控制器或以太网扩展板,则可以使用网络命令来控制电路。
如果您详细说明您正在控制的内容,以及您是否已经拥有充当 iPhone 和您正在控制的设备之间网关的硬件,我们可以提供更具体的帮助。
The iPhone doesn't contain a specific API for controlling external devices. You need to refer instead to the user manual or data sheet of the device you are attempting to control.
If you use a networked device, such as the make controller or Ethernet shield on an arduino, you can use networking commands to control the circuit.
We can give more specific help if you explain more about what you are controlling, and whether you already have hardware to act as a gateway between the iPhone and the device you are controlling.