TERMIOS(4) - Device Drivers Manual
TERMIOS(4) - Device Drivers Manual # TERMIOS(4) - Device Drivers Manual NAME # termios - general terminal line discipline SYNOPSIS # #include <termios.h> DESCRIPTION # This describes a general terminal line discipline that is supported on tty asynchronous communication ports. Opening a Terminal Device File # When a terminal file is opened, it normally causes the process to wait until a connection is established. For most hardware, the presence of a connection is indicated by the assertion of the hardware CARRIER line. ...