IPAD accessory communication via UART

We made a new accessory for iPad/iPhone, which should transmit commands to the iPad. We like to use UART (via an Apple protocol called Lingo). My research Indicates that I can only use USB (30PIN connector) and a custom protocol.

Question:

>Is there a way to connect to the iPad accessory from the APP side using UART?
>If the protocol is implemented in UART, we should be able to move it to USB, if my application cannot use it via USB.

My main guess is UART commands & access permissions It is a protocol reserved by iPhone OS and not applicable to Apps. Some UART commands also include settings such as volume and audio rerouting, so I guess this is safe.

If there is no jailbreak, you will not be able to access UART on iPad/iPod/iPhone like ordinary developers. If you need to access serial port or USB, you need to join Apple’s MFi (“Made for iPhone”) program, you will have full access to all relevant information. Unfortunately, you have to convince Apple that you are doing serious business and have a large number of manufacturing plants (see also this thread).

We made a new accessory for iPad/iPhone, which should transmit commands to the iPad. We like to use UART (via an Apple protocol called Lingo). My research shows that I Only USB (30PIN connector) and custom protocol can be used.

Question:

>Is there a way to use UART to connect to iPad accessories from APP?
>If the protocol is implemented in UART, we should be able to move it to USB, if my application cannot use it via USB.

My main guess is UART commands & access permissions It is a protocol reserved by iPhone OS and is not applicable to Apps. Some UART commands also include settings such as volume and audio rerouting, so I guess this is safe.

< p>If there is no jailbreak, you will not be able to access UART on iPad/iPod/iPhone like ordinary developers. If you need to access serial port or USB, you need to join Apple’s MFi (“Made for iPhone”) program, you will Full access to all relevant information. Unfortunately, you have to convince Apple that you are running a serious business and have a large number of manufacturing plants (see also this thread).

Leave a Comment

Your email address will not be published.