forked from beralt/atinout
-
Notifications
You must be signed in to change notification settings - Fork 0
LeeHe-gif/atinout
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Atinout is a program that will execute AT commands in sequence and capture the response from the modem. Minimum example: $echo AT | atinout - /dev/ttyS0 - AT OK $ See the manual for more details on operation. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you have not yet read the ITU V.250 specification about AT commands, by all means go to http://www.itu.int/rec/T-REC-V.250-200307-I/en and do so right away. This is a must have document when processing AT commands. The absolute authoritative source of information about how AT commands behave for a given phone is the manufacturers documentation. That will cover standardized commands (with potential divergence) as well as proprietary commands. The second most authoritative source of information about how AT commands behave for a give phone is the official standard documents, e.g. V.250, 27.005, 27.007 etc. No matter how nice random guide you have found on the web, never threat such as an authoritative source on AT commands. Get hold of the authoritative sources as described above and use those to check for syntax and behavior. Resources ========= ITU V.250 http://www.itu.int/rec/T-REC-V.250-200307-I/en 3GPP 27.005 http://www.3gpp.org/ftp/Specs/html-info/27005.htm 3GPP 27.007 http://www.3gpp.org/ftp/Specs/html-info/27007.htm SonyEricsson http://developer.sonyericsson.com/wportal/devworld/downloads/download/dw-65054-dgat2006--09r13a?cc=gb&lc=en (http://dl-www.sonyericsson.com/cws/download/1/707/466/1277362028/DW-65054-dg_at_2006--10_r17a.pdf)
About
Atinout is a program that reads a list of AT commands.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 90.3%
- Makefile 6.7%
- Perl 3.0%