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