Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

4 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

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

4. 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