Télécharger des 2c352d4c84f17627bfc2b2cf13b4fc0ccbed2b7ca69cb3b2a7c1960c82c20564-primary.sqlite.bz2 (2c352d4c84f17627bfc2b2cf13b4fc0ccbed2b7ca69cb3b2a7c1960c82c20564-primary.sqlite.bz2 ( lien externe: SourceForge.net): 1,947 octets) va bientôt commencer. Sinon, cliquez sur 2c352d4c84f17627bfc2b2cf13b4fc0ccbed2b7ca69cb3b2a7c1960c82c20564-primary.sqlite.bz2 ( 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
$