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

檔案信息

檔案大小
78 bytes
MD5
60f0c707e44ad19b2f2f0191375bb978

專案描述

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
$