ucom (4)
Leading comments
$NetBSD: ucom.4,v 1.9 2002/03/22 00:39:40 augustss Exp $ Copyright (c) 1999 The NetBSD Foundation, Inc. All rights reserved. This code is derived from software contributed to The NetBSD Foundation by Lennart Augustsson. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. ...
NAME
ucom - USB tty supportSYNOPSIS
To 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.conf5:
ucom_load="YES"
DESCRIPTION
The ifconfig driver attaches to USB modems, serial ports, and other devices that need to look like a tty. The ifconfig 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.The portno locater can be used to decide which port to use for devices that have multiple external ports.
FILES
- /dev/cuaU?
- /dev/ttyU?