Download of 3c1341cf1c757da7e4bf667ceca6ff98cdd4b91d08026bd5c04ace2b1b07326e-primary.sqlite.bz2 (3c1341cf1c757da7e4bf667ceca6ff98cdd4b91d08026bd5c04ace2b1b07326e-primary.sqlite.bz2 ( external link: SF.net): 1,941 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
1,941 字节
MD5
e068a4d19ff1340f4b94b4eab27d35d2

项目描述

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
$