Download von cb8dcceb1f4b22c501b9a89e1406d14c4ed57a0e14eea065d8d544caf98b3e02-filelists.xml.gz (cb8dcceb1f4b22c501b9a89e1406d14c4ed57a0e14eea065d8d544caf98b3e02-filelists.xml.gz ( externer Link: SourceForge.net): 320 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf cb8dcceb1f4b22c501b9a89e1406d14c4ed57a0e14eea065d8d544caf98b3e02-filelists.xml.gz ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
320 Bytes
MD5
59978a0fc6b849ecda54540deffe51bc

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
$