Download of c0570b81a69aa23991b1f7f4f28ebca2bd2940c2b9c90a07ded9a07be979f4c1-primary.xml.gz (c0570b81a69aa23991b1f7f4f28ebca2bd2940c2b9c90a07ded9a07be979f4c1-primary.xml.gz ( external link: SF.net): 888 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
888 bytes
MD5
32eb100ab82123822286de0bcc7ad6f9

專案描述

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
$