Download von 52741e070db97c6420998825ac77aa2d4b03c51660d1007d5b617338e6366f69-prestodelta.xml.gz (52741e070db97c6420998825ac77aa2d4b03c51660d1007d5b617338e6366f69-prestodelta.xml.gz ( externer Link: SourceForge.net): 78 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf 52741e070db97c6420998825ac77aa2d4b03c51660d1007d5b617338e6366f69-prestodelta.xml.gz ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
78 Bytes
MD5
60f0c707e44ad19b2f2f0191375bb978

Projektbeschreibung

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
$