Download of 86ae5b31bbc2b686a0bf09e7b87efd1392d78b121db7fb6c3eafd54346de6e9d-filelists.sqlite.bz2 (86ae5b31bbc2b686a0bf09e7b87efd1392d78b121db7fb6c3eafd54346de6e9d-filelists.sqlite.bz2 ( external link: SF.net): 875 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
875 bytes
MD5
7e827d03bb5db7c8ce2f2cfea2c81da6

專案描述

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
$