Download von 8198bcf964c1e6517bc5ddd43c4bce3383d804fb68cb13d2e39498c5ef9d1b74-other.sqlite.bz2 (8198bcf964c1e6517bc5ddd43c4bce3383d804fb68cb13d2e39498c5ef9d1b74-other.sqlite.bz2 ( externer Link: SourceForge.net): 1,096 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf 8198bcf964c1e6517bc5ddd43c4bce3383d804fb68cb13d2e39498c5ef9d1b74-other.sqlite.bz2 ( externer Link: SourceForge.net).
This program will read a file (or stdin) containing a list of AT
commands. Each command will be send to the modem, and all the response
for the command will be output to file (or stdout).
Example, to hang up any ongoing call:
$ echo ATH | atinout - /dev/ttyACM0 -
ATH
OK
$