Download of 060aa71c736a005cd0f298b68b01d8a0c438564d136f72472282f1a1acb9a2dc-other.xml.gz (060aa71c736a005cd0f298b68b01d8a0c438564d136f72472282f1a1acb9a2dc-other.xml.gz ( external link: SF.net): 593 octetos) will begin shortly. If not so, click link on the left.

File Information

File Size
593 octetos
MD5
4e1e76ba34edb4797f32d7606b25ba8b

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
$