Take Note: RS 232 Handshaking
งานเข้าทีไรต้องหามาอ่านทุกที
… ..
In order that data can be exchanged on an RS 232 link, the control signals must indicate that the equipment at either end of the link is ready to send the data and ready to receive the data. This can be achieved in a number of ways, but one of the more common is to use the RTS , CTS, and DTR lines.
These lines are found in the Data Terminal Equipment, DTE and Data Communications Equipment, DCE as follows:
| LINE ABBREVIATION | LINE NAME | EQUIPMENT |
|---|---|---|
| RTS | Request to Send | DTE |
| CTS | Clear to Send | DCE |
| DTR | Data Terminal Ready | DTE |
The handshaking exchange to start the data flow is quite straightforward and can be seen as a number of distinct stages:
- RTS is put in the ON state by the DTE
- The DCE then put the CTS line into the ON state
- The DTE then responds by placing the DTR line into the ON state.
- The DTR line remains on while data is being transmitted.
At the end of the transmission, DTR and RTS are pulled to the OFF state and then the DCE pulls the CTS line to the OFF state. This series of handshake controls was devised to allow the DTE to request control of the communications link from the related modem, and then to let the modem inform the terminal equipment that the control has been acquired. In this way the communications will only take place when both ends of the link are ready.

RS232 handshaking signals
read more at http://www.radio-electronics.com/info/telecommunications_networks/rs232/signals-voltages-levels.php

Signal Description // Pin assignment and Signals
http://www.pccompci.com/cable.html
[組み込み]Armadilloでmgetty 12:07
今日は、Armadilloでmgettyを動かしてダイヤルアップサーバーにする仕事。
PPPサーバー設定ファイル
/etc/ppp/options
…. ..
http://d.hatena.ne.jp/ntaka206/20070521/1179803274
you can get more information here
http://metalab.unc.edu/pub/Linux/docs/HOWTO/other-formats/html_single/Modem-HOWTO.html#getty_
ADVANCED SERIAL PORT MONITOR – FREE DOWNLOAD
http://www.aggsoft.com/serial-port-monitor/download.htm
Nice Tool for serial debugging