Download of cb8dcceb1f4b22c501b9a89e1406d14c4ed57a0e14eea065d8d544caf98b3e02-filelists.xml.gz (cb8dcceb1f4b22c501b9a89e1406d14c4ed57a0e14eea065d8d544caf98b3e02-filelists.xml.gz ( external link: SF.net): 320 octetos) 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
$