0

We wanted to add an ethernet interface to our MFi accessory. First we want to know is it possible to add ethernet interface in an MFi accessory which uses iAP2 External Accessory Session to communicate with app present in the iOS device via lightning USB interface? And, Does the iAP2 protocol support ethernet emulation of MFI accessory to the iOS device?

Dharman
  • 30,962
  • 25
  • 85
  • 135

1 Answers1

0

iOS usb ethernet interface may only enabled for iPhone CarPlay mode. The interface is not list in USB Device Descriptor. You can check USB Device Descriptor by the command in Ubuntu after attaching iPad:

lsusb -v

mrwcs
  • 41
  • 4