https://github.com/commander-z3r0/atinout
Atinout is a program that reads a list of AT commands. Build Atinout for Debian arm64
https://github.com/commander-z3r0/atinout
4g-lte 5g arm arm64 at at-commands debian lte mobian mobile phone sim-card
Last synced: about 1 month ago
JSON representation
Atinout is a program that reads a list of AT commands. Build Atinout for Debian arm64
- Host: GitHub
- URL: https://github.com/commander-z3r0/atinout
- Owner: commander-Z3R0
- Created: 2025-11-27T00:09:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-26T12:53:54.000Z (5 months ago)
- Last Synced: 2026-01-26T17:39:12.415Z (5 months ago)
- Topics: 4g-lte, 5g, arm, arm64, at, at-commands, debian, lte, mobian, mobile, phone, sim-card
- Language: C
- Homepage: https://atinout.sourceforge.net/index.html
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changelog
Awesome Lists containing this project
README
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)