Download of 52741e070db97c6420998825ac77aa2d4b03c51660d1007d5b617338e6366f69-prestodelta.xml.gz (52741e070db97c6420998825ac77aa2d4b03c51660d1007d5b617338e6366f69-prestodelta.xml.gz ( external link: SF.net): 78 octetos) will begin shortly. If not so, click link on the left.

File Information

File Size
78 octetos
MD5
60f0c707e44ad19b2f2f0191375bb978

Descripción del Proyecto

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
$