Download of bf41c00e6506615f9214154dbe4543d5b7b03292eb61259e346b587c6213dd8a-primary.sqlite.bz2 (bf41c00e6506615f9214154dbe4543d5b7b03292eb61259e346b587c6213dd8a-primary.sqlite.bz2 ( external link: SF.net): 1,947 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
1,947 bytes
MD5
7ccd6295bdbed613f218d87abeecfc17

프로젝트 설명

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
$