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

Informations sur le fichier

Taille du fichier
325 octets
MD5
4a9dcea418362bcea907914f43b6e3bd

Description du projet

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
$