Télécharger des 5eb2d38d1da97e9facae3b5dfa11f451a6db7a53f3024bbc4e587f6825cd0795-other.sqlite.bz2 (5eb2d38d1da97e9facae3b5dfa11f451a6db7a53f3024bbc4e587f6825cd0795-other.sqlite.bz2 ( lien externe: SourceForge.net): 1,089 octets) va bientôt commencer. Sinon, cliquez sur 5eb2d38d1da97e9facae3b5dfa11f451a6db7a53f3024bbc4e587f6825cd0795-other.sqlite.bz2 ( lien externe: SourceForge.net).

Informations sur le fichier

Taille du fichier
1,089 octets
MD5
d3ea3c955e207d17f3837c511c057419

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
$