1999-08-28 01:22:10 +01:00
|
|
|
.\" $FreeBSD$
|
1994-05-30 04:50:01 +01:00
|
|
|
.Dd May 15, 1994
|
1993-12-10 19:27:16 +00:00
|
|
|
.Dt COMCONTROL 8
|
2001-07-10 12:04:34 +01:00
|
|
|
.Os
|
1993-12-10 19:27:16 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm comcontrol
|
2000-07-03 13:01:06 +01:00
|
|
|
.Nd control a special tty device
|
1993-12-10 19:27:16 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-11-20 16:52:27 +00:00
|
|
|
.Nm
|
2000-07-03 14:29:04 +01:00
|
|
|
.Ar special_device
|
2000-05-01 13:14:30 +01:00
|
|
|
.Op dtrwait Ar number
|
|
|
|
.Op drainwait Ar number
|
1993-12-10 19:27:16 +00:00
|
|
|
.Sh DESCRIPTION
|
2002-07-06 20:34:18 +01:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is used to examine and modify some of the special characteristics
|
2000-04-30 19:06:04 +01:00
|
|
|
of the specified tty device.
|
|
|
|
If no arguments other than the device (or "-" for stdin)
|
|
|
|
are specified,
|
1994-05-30 04:50:01 +01:00
|
|
|
it prints the settings of all controllable characteristics.
|
|
|
|
This usage requires only read access on the device.
|
|
|
|
Only the superuser can change the settings.
|
|
|
|
.Pp
|
|
|
|
The following options are available:
|
1998-06-30 07:09:37 +01:00
|
|
|
.Bl -tag -width indent
|
1994-05-30 04:50:01 +01:00
|
|
|
.It Cm dtrwait Ar number
|
|
|
|
Set the time to wait after dropping DTR
|
|
|
|
to the given number.
|
|
|
|
The units are hundredths of a second.
|
|
|
|
The default is 300 hundredths, i.e., 3 seconds.
|
1995-01-05 00:03:06 +00:00
|
|
|
This option needed mainly to set proper recover time after
|
|
|
|
modem reset.
|
|
|
|
.It Cm drainwait Ar number
|
|
|
|
Set the time to wait for output drain
|
|
|
|
to the given number.
|
|
|
|
The units are seconds.
|
2000-04-30 19:06:04 +01:00
|
|
|
The default is 5 minutes, 0 means
|
|
|
|
waiting forever.
|
1995-01-05 00:03:06 +00:00
|
|
|
This option needed mainly to specify upper limit of minutes
|
|
|
|
to prevent modem hanging.
|
1994-05-30 04:50:01 +01:00
|
|
|
.El
|
1993-12-10 19:27:16 +00:00
|
|
|
.Pp
|
|
|
|
The standard way to use
|
1998-06-30 07:09:37 +01:00
|
|
|
.Nm
|
1993-12-10 19:27:16 +00:00
|
|
|
is to put invocations of it in the
|
2003-12-23 07:16:38 +00:00
|
|
|
.Pa /etc/rc.d/serial
|
1993-12-10 19:27:16 +00:00
|
|
|
startup script.
|
|
|
|
.Sh FILES
|
1998-06-30 07:09:37 +01:00
|
|
|
.Bl -tag -width /dev/ttyd? -compact
|
1994-05-03 19:50:13 +01:00
|
|
|
.It Pa /dev/ttyd?
|
1994-12-05 19:52:29 +00:00
|
|
|
dialin devices, hardwired terminals
|
2004-11-13 00:09:19 +00:00
|
|
|
.It Pa /dev/cuad?
|
1998-06-30 07:09:37 +01:00
|
|
|
dialout devices
|
2000-12-18 15:16:24 +00:00
|
|
|
.El
|
2005-01-18 10:09:38 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr stty 1 ,
|
|
|
|
.Xr sio 4
|
1993-12-10 19:27:16 +00:00
|
|
|
.Sh HISTORY
|
2001-08-14 11:01:54 +01:00
|
|
|
Originally part of cgd's com package patches, version 0.2.1, to
|
|
|
|
.Bx 386 0.1 .
|
2004-07-02 22:45:06 +01:00
|
|
|
Once controlled bidirectional capabilities.
|
|
|
|
Little is left to control now
|
1994-05-30 04:50:01 +01:00
|
|
|
that these capabilities are standard.
|
2005-01-18 10:09:38 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Christopher G. Demetriou
|