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