Download of 7686030fcc293179457e207ee827974e8200e27e21e2377f4a6bb475433b60f2-filelists.sqlite.bz2 (7686030fcc293179457e207ee827974e8200e27e21e2377f4a6bb475433b60f2-filelists.sqlite.bz2 ( external link: SF.net): 886 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
886 字节
MD5
9b0c3f79f4ec553279e9966699c09f84

项目描述

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
$