Difference between revisions of "Modem Applications"

From OpenEMR Project Wiki
(Created page with "==cu== Direct communication to the modem.<br> <pre style="font-size: 130%;"> sudo cu -l ttyACM0 </pre> <br> {| style="margin: 0 2em 0 2em;" |- | width="100" | <tt style="font-si...")
 
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:
|  
|  
|}
|}
<br>
==mgetty==
<br>
==mgetty-voice==
<pre style="font-size: 130%; margin: 1em 2em 1em 2em;">
sudo apt-get install mgetty-voice
</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