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.

File Information

File Size
1,089 bytes
MD5
d3ea3c955e207d17f3837c511c057419

Projeto Descrição

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
$