Download of a0dd2df2f56459e662834dae0cf7bfb6405ea306a04c06c90f9f0fd59bba3b5c-primary.xml.gz (a0dd2df2f56459e662834dae0cf7bfb6405ea306a04c06c90f9f0fd59bba3b5c-primary.xml.gz ( external link: SF.net): 879 octetos) will begin shortly. If not so, click link on the left.

File Information

File Size
879 octetos
MD5
1dcfc3addef09d5934dbf8f35b19ad66

Descripción del Proyecto

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
$