Download of 99eb5b364ba63b3a03fe9c00c158caad755b38536e565ad0d143d4f7b05d1bb3-other.xml.gz (99eb5b364ba63b3a03fe9c00c158caad755b38536e565ad0d143d4f7b05d1bb3-other.xml.gz ( external link: SF.net): 590 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
590 bytes
MD5
375219ab43932a916e171abe1ecf16ed

專案描述

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
$