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).
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
$