Difference between revisions of "Modem Applications"
From OpenEMR Project Wiki
(→cu) |
|||
| Line 47: | Line 47: | ||
sudo apt-get install mgetty-voice | sudo apt-get install mgetty-voice | ||
</pre> | </pre> | ||
<br> | |||
==vgetty== | |||
*[http://alpha.greenie.net/vgetty/ vgetty Documentation Center] | |||
<br> | |||
Latest revision as of 15:30, 2 June 2014
cu
Direct communication to the modem.
sudo cu -l ttyACM0
| ~ | Escape key. |
| ~. | Terminate session. |
| ~. | Terminate session. |
| ~? | List escape commands. |
| ~v | List variables. |
| ATE1 | Enable echo. |
| ATE0 | Disable echo |
| ATD5551212 | Dial 555-1212. |
| ATH | Hangup. |
| AT |
mgetty
mgetty-voice
sudo apt-get install mgetty-voice
vgetty