Flow control (or handshaking) is a method used by various devices to cope when one device is sending data to the other faster than it is being processed. The receiving device can ask the sending device to pause while it catches up. For example, if a printer's buffer is full of data that it still has to print, it tells the computer to stop sending data until it is ready to accept more.
There are two methods of flow control which can be configured using the Serial Manager:
Flow control is usually necessary because there can be different data transfer speeds between two computers connected with modems.
There are three (different) data transfer speeds between two computers connected with modems:
The port speed can be configured using the Serial Manager. If you use high-speed modems or modems that provide data compression, the port speed is usually set higher than the line speed to take account of data compression. Typically, when transmitting text, a four-fold compression ratio can be achieved. It is generally recommended that you set the port speed to two times the line speed for binary transfers, and four times the line speed for text transfers.
If you do not have a high-speed modem, the simplest method of selecting the port speed is by observing system performance (using sar(1M)) with different port speeds. You should start at the line speed of the modem and try successively higher speeds.