Download von c0570b81a69aa23991b1f7f4f28ebca2bd2940c2b9c90a07ded9a07be979f4c1-primary.xml.gz (c0570b81a69aa23991b1f7f4f28ebca2bd2940c2b9c90a07ded9a07be979f4c1-primary.xml.gz ( externer Link: SourceForge.net): 888 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf c0570b81a69aa23991b1f7f4f28ebca2bd2940c2b9c90a07ded9a07be979f4c1-primary.xml.gz ( 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
$