Menu

Tree [4976a6] master /
 History

HTTPS access


File Date Author Commit
 logo 2013-04-14 Håkon Løvdal Håkon Løvdal [fd7506] Created logo
 .gitignore 2013-04-24 Håkon Løvdal Håkon Løvdal [e0689e] Add rpm spec file
 Changelog 2013-09-08 Håkon Løvdal Håkon Løvdal [0ee020] 0.9.1 release
 FAQ 2014-02-21 Håkon Løvdal Håkon Løvdal [1168d2] Add FAQ document
 Makefile 2014-08-29 Håkon Løvdal Håkon Løvdal [6995f5] Remove generated spec file in clean target
 README 2013-04-14 Håkon Løvdal Håkon Løvdal [f43d92] Add README file
 atinout.1.ronn 2014-02-21 Håkon Løvdal Håkon Løvdal [207f0a] Add missing character (i -> if)
 atinout.c 2014-12-06 Håkon Løvdal Håkon Løvdal [4976a6] Improve help messages
 atinout.spec.in 2013-09-08 Håkon Løvdal Håkon Løvdal [5d0e9e] Updated according to http://en.opensuse.org/ope...
 gplv3.txt 2013-04-24 Håkon Løvdal Håkon Løvdal [782de6] Rename file gpl.txt to gplv3.txt
 make.dist 2014-12-05 Håkon Løvdal Håkon Løvdal [7ddd95] make.dist: support CET time zone
 strip_make.pl 2013-04-24 Håkon Løvdal Håkon Løvdal [df69db] Fix broken Makefile. Split into separate makefi...

Read Me

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)