Whole document tree 8. Configuring the Serial Driver (high-level) "stty"8.1 OverviewSee the section Stty. The "stty" command sets many things such as flow control, speed, and parity. The only one discussed in this section is flow control.
8.2 Flow ControlConfiguring Flow Control: Hardware Flow Control is Usually Best See Flow Control for an explanation of it. It's usually better to use hardware flow control rather than software flow control using Xon/Xoff. To use full hardware flow control you must normally have two wires for it in the cable between the serial port and the device. If the device is on a card or the motherboard, then it should always be possible to use hardware flow control. Many applications (and the getty program) give you an option regarding flow control and will set it for you. It might even set hardware flow control by default. It must be set both in the serial driver and in the hardware connected to the serial port. How it's set into the hardware is hardware dependent. Sometimes there is a certain "init string" you send to the hardware device via the serial port from your PC. For a modem, the communication program should set it in both places. If a program you use doesn't set flow control in the serial driver,
then you may do it yourself using the
Next Previous Contents |