Download von 9e7b5740d8b6f1983b5ef285fe1613e707ee4079a6dd2886490f341c957e13ac-primary.sqlite.bz2 (9e7b5740d8b6f1983b5ef285fe1613e707ee4079a6dd2886490f341c957e13ac-primary.sqlite.bz2 ( externer Link: SourceForge.net): 1,968 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf 9e7b5740d8b6f1983b5ef285fe1613e707ee4079a6dd2886490f341c957e13ac-primary.sqlite.bz2 ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
1,968 Bytes
MD5
0fcbf9c3af5e16191b357c88d8428309

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
$