Download von 40deb0366c5b98e41f62889a77f2603f04177ee2777927841348d14c92b1b558-other.sqlite.bz2 (40deb0366c5b98e41f62889a77f2603f04177ee2777927841348d14c92b1b558-other.sqlite.bz2 ( externer Link: SourceForge.net): 1,094 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf 40deb0366c5b98e41f62889a77f2603f04177ee2777927841348d14c92b1b558-other.sqlite.bz2 ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
1,094 Bytes
MD5
7ac106eb279566c964755cc8cb2f73a5

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
$