Download von repomd.xml (repomd.xml ( externer Link: SourceForge.net): 3,409 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf repomd.xml ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
3,409 Bytes
MD5
4e6f9cc93995a7cb1b41b914b5deafb4

Projektbeschreibung

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
$