Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uftdi(4) [minix 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

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

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Unix Serial Driver Development

Hi Friends, I have an immediate requiement to develop a virtual serial communication driver for UNIX based system. The driver should be able to receive all the data, transmitted through the serial port. My goal is to get all the data transmitted through the serial port, do some modification in... (1 Reply)
Discussion started by: santhoshac
1 Replies

2. Solaris

How to mount USB driver in solaris 8?

Can anyone tell me how to mount the USB driver in solaris 8? I try many time that can't to mount USB driver. It can detect the USB driver by typing #iostat -En but can't mount the driver. (1 Reply)
Discussion started by: kingsan
1 Replies

3. UNIX for Dummies Questions & Answers

USB support in what ver. HP-UX

Can someone clue me in as to what version of HP-UX did USB support start? Specifically mass storage support. We have serveral HP Visualize systems and would like to connect up an external USB drive to do backups. (0 Replies)
Discussion started by: emcatc
0 Replies

4. UNIX for Dummies Questions & Answers

Question is redundant but please advice

I am really really new to Unix. I'm lost with so many books around for different shell. I'm thinking of taking a course on Operating Systems but it contains a lot of Unix programming I think. For example, someone was talking about a "which" command. But I wasn't able to figure out what it does...... (10 Replies)
Discussion started by: Legend986
10 Replies

5. Linux

How to boot Fedora 8 from USB

Hi, friends, can anyone suggest me how to boot fedora 8 from USB flash drive? thanks. :confused: (3 Replies)
Discussion started by: MULTIVERSE
3 Replies

6. Solaris

Adding USB Drive to Sparc

I have a sparc machine with which I am trying to add an external USB drive. The server does recognize the USB device, but I cannot see it as an external drive. How to overcome the issue of driver initialization. Much appreciate any help. more /etc/release Solaris 8... (1 Reply)
Discussion started by: Tirmazi
1 Replies

7. Hardware

Could USB ever take over PCI

Internally speaking, for your motherboard bus. Would it be possible for a usb standard to be used in place of the PCI or PCIe bus that is now nearly standard on all PC's? If not, why wouldn't this work? (8 Replies)
Discussion started by: Lost in Cyberia
8 Replies

8. Ubuntu

Copy existing Ubuntu to boot from USB

Hello all, I am looking for a way to copy the existing Ubuntu server 12.04 to a USB (with all the packages and such) and make it boot from the USB. I have seen other threads about copying the CD image to the USB, which is not exactly I am looking for. Before I start diving into anything I... (4 Replies)
Discussion started by: br1an
4 Replies

9. Shell Programming and Scripting

Read line from serial device with BASH

I'm new to Linux (Ubuntu 16.04), and very new to BASH scripting. I have a Numato 8-channel USB GPIO device, which is a DAQ that appears in the system as a serial port. In Linux it appears as ttyACM0. I can easily manipulate a GPO with, for example: echo "gpio set 7" > /dev/ttyACM0 ...followed... (12 Replies)
Discussion started by: Chalk-X
12 Replies