Download of 40deb0366c5b98e41f62889a77f2603f04177ee2777927841348d14c92b1b558-other.sqlite.bz2 (40deb0366c5b98e41f62889a77f2603f04177ee2777927841348d14c92b1b558-other.sqlite.bz2 ( external link: SF.net): 1,094 bytes) will begin shortly. If not so, click link on the left.
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
$