man.bsd.lv manual page server

Manual Page Search Parameters

USLCOM(4) Device Drivers Manual USLCOM(4)

uslcomSilicon Laboratories CP2101/CP2102/CP2103/CP2104/CP2105 based USB serial adapter

To compile this driver into the kernel, place the following lines in your kernel configuration file:

device usb
device ucom
device uslcom

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

uslcom_load="YES"

The uslcom driver supports Silicon Laboratories CP2101/CP2102/CP2103/CP2104/CP2105 based USB serial adapters.

The following devices should work with the uslcom driver:

tty(4), ucom(4), usb(4)

The uslcom device driver first appeared in OpenBSD 4.0 and was imported into DragonFly 1.11. The first FreeBSD release to include it was FreeBSD 7.1.

The uslcom driver was written by Jonathan Gray <jsg@openbsd.org>.

March 14, 2014 DragonFly-5.6.1