|
NAMEucom —
USB tty support
SYNOPSISTo compile this driver into the kernel, place the following line in your kernel configuration file:device ucom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ucom_load="YES" DESCRIPTIONTheucom driver attaches to USB modems, serial ports,
and other devices that need to look like a tty. The
ucom driver shows a behavior like a
tty(4). This
means that normal programs such as
tip(1) or
ppp(8) can
be used to access the device.
SYSCTL VARIABLESThe following variables are available as both sysctl(8) variables and loader(8) tunables:
Pulse Per Second (PPS) Timing InterfaceTheucom driver can capture PPS timing information as
defined in RFC 2783. The API, accessed via
ioctl(2),
is available on the tty device. To use the PPS capture feature with
ntpd(8),
symlink the tty device to /dev/pps0.
The hw.usb.ucom.pps_mode sysctl configures the PPS capture mode. It can be set in loader.conf(5) or sysctl.conf(5). The following capture modes are available:
FILES
SEE ALSOcu(1), tty(4), uark(4), ubsa(4), ubser(4), uchcom(4), ucycom(4), ufoma(4), uftdi(4), uhso(4), uipaq(4), umcs(4), umct(4), umodem(4), umoscom(4), uplcom(4), usb(4), uslcom(4), uvisor(4), uvscom(4), ttys(5)HISTORYTheucom driver was adopted from
NetBSD in March of 2002. This manual page was adopted
from NetBSD by Tom Rhodes
<trhodes@FreeBSD.org>
in April 2002.
BUGSPrior to FreeBSD 6.0ucom
created /dev/ucom? rather than the uniform device
names created today. Old scripts must be adjusted accordingly.
Visit the GSP FreeBSD Man Page Interface. |