Télécharger des fa9197672b3b678446bc3a645d3a45908716d485eb1b633723885e7341c20fc0-filelists.xml.gz (fa9197672b3b678446bc3a645d3a45908716d485eb1b633723885e7341c20fc0-filelists.xml.gz ( lien externe: SourceForge.net): 325 octets) va bientôt commencer. Sinon, cliquez sur fa9197672b3b678446bc3a645d3a45908716d485eb1b633723885e7341c20fc0-filelists.xml.gz ( lien externe: 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
$