Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ubser(4) [freebsd man page]

UBSER(4)						   BSD Kernel Interfaces Manual 						  UBSER(4)

NAME
ubser -- USB support for BWCT console serial adapters SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device usb device ucom device ubser Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ubser_load="YES" HARDWARE
The ubser driver provides support for the BWCT console management serial adapters. FILES
/dev/ttyy?? SEE ALSO
tty(4), usb(4) HISTORY
The ubser driver appeared in FreeBSD 5.2. BSD
November 20, 2011 BSD

Check Out this Related Man Page

UFTDI(4)						   BSD Kernel Interfaces Manual 						  UFTDI(4)

NAME
uftdi -- USB support for serial adapters based on the FT8U100AX and FT8U232AM chips SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device uftdi device ucom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): uftdi_load="YES" DESCRIPTION
The uftdi driver provides support for various serial adapters based on the FTDI FT2232C, FT8U100AX and FT8U232AM chips. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
The uftdi driver supports the following adapters: o B&B Electronics USB->RS422/485 adapter o Elexol USB MOD1 and USB MOD3 o HP USB-Serial adapter shipped with some HP laptops o Inland UAS111 o QVS USC-1000 o Buffalo PC-OP-RS / Kurouto-shikou KURO-RS universal remote o Prologix GPIB-USB Controller SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The uftdi driver appeared in FreeBSD 4.8 from NetBSD 1.5. BSD
November 22, 2006 BSD
Man Page