Download of 3488120bea86a9c9c7319f2c8c6cdcb49eaf96fbc5b1454c403756e6e8248235-primary.xml.gz (3488120bea86a9c9c7319f2c8c6cdcb49eaf96fbc5b1454c403756e6e8248235-primary.xml.gz ( external link: SF.net): 879 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
879 bytes
MD5
619481c1a9ab370f1565e1d80737acc6

프로젝트 설명

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
$