Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AT command with iPhone

I want to send AT command with my iPhone app but I don't know how to do it. I know AT command can use for blockSMS, sendSMS, etc. Any help?

like image 223
user1561904 Avatar asked Mar 12 '13 09:03

user1561904


People also ask

Can you do command prompt on iPhone?

Terminal is a sandboxed command line environment for iOS that has over 30 commands currently available, covering many of the most used command line tools and commands you know and love, like cat, grep, curl, gzip and tar, ln, ls, cd, cp, mv, rm, wc, and more, all available right on your iPhone or iPad.

How do I activate voice command on my iPhone?

To turn Voice Control on or off after the initial setup, you can use "Hey Siri," the Accessibility Shortcut, or go to Settings, select Accessibility, then select Voice Control. To lock your device, say "Lock screen." To wake your device, say "Hey Siri, turn on Voice Control."

What is command line in iPhone?

Command Line Program is a command line program for iOS. It is not a shell, but a collection of various commands using the greatest UI of all time: the command-line interface. Use cases to use commands of Command Line Program come from the need that is right now. For example: - Check time and timezones of the world.


1 Answers

If the iPhone is unlocked you can download a program called minicom to talk directly through a port. Here is a link to help you: http://www.letsunlockiphone.com/install-minicom-iphone-4-baseband/

This will show you which ports to talk to in your app to send the At commands

Good luck!

like image 166
Joe Avatar answered Sep 28 '22 07:09

Joe