Download of 5eb2d38d1da97e9facae3b5dfa11f451a6db7a53f3024bbc4e587f6825cd0795-other.sqlite.bz2 (5eb2d38d1da97e9facae3b5dfa11f451a6db7a53f3024bbc4e587f6825cd0795-other.sqlite.bz2 ( external link: SF.net): 1,089 bytes) will begin shortly. If not so, click link on the left.

檔案信息

檔案大小
1,089 bytes
MD5
d3ea3c955e207d17f3837c511c057419

專案描述

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
$