Download of 2872bfcf288183ec69f8702257aaf31454fb79fd3e1b5695b400aa5ab15bdaba-primary.sqlite.bz2 (2872bfcf288183ec69f8702257aaf31454fb79fd3e1b5695b400aa5ab15bdaba-primary.sqlite.bz2 ( external link: SF.net): 1,952 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
1,952 bytes
MD5
32713fe0bccf8479c779771f48fcddfd

專案描述

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
$