Search code examples
iphonehardware-interface

How to send commands from iPhone to a hardware device?


I have been assigned a project in which I need to send commands to hardware device. The hardware device is supporting CAN Bus command control.


Solution

  • You need to learn about ExternalAccessory framework.

    Go through this link to learn about about ExternalAccessory programming.