JItendra Singh
JItendra Singh

Reputation: 1

How to send data from iphone to MAC/PC via serial port?

I'm new to these things, and have no idea how to achieve this thing. I want to send some data from iphone to MAC/PC and also want to receive data sent from MAC to iphone. Please help me out or give me some clue, where I can start from.

Upvotes: 0

Views: 373

Answers (1)

koregan
koregan

Reputation: 10164

Most apps solve this issue by including a small http server in the app and providing a web interface to upload/download data to the app.

Upvotes: 1

Related Questions