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.

File Information

File Size
1,094 bytes
MD5
7ac106eb279566c964755cc8cb2f73a5

Project Description

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
$