Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uchcom(4) [hpux man page]

UCHCOM(4)						   BSD Kernel Interfaces Manual 						 UCHCOM(4)

NAME
uchcom -- WinChipHead CH341/CH340 serial adapter driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device uchcom device ucom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): uchcom_load="YES" DESCRIPTION
The uchcom driver provides support for the WinChipHead CH341/CH340 USB-to-RS-232 Bridge chip. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
The uchcom driver supports the following adapters: o HL USB-RS232 SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The uchcom driver first appeared in NetBSD. The first FreeBSD release to include it was FreeBSD 8.0. BUGS
Actually, this chip seems unable to drive other than 8 data bits and 1 stop bit line. BSD
May 18, 2009 BSD

Check Out this Related Man Page

UCHCOM(4)						   BSD Kernel Interfaces Manual 						 UCHCOM(4)

NAME
uchcom -- WinChipHead CH341/CH340 serial adapter driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device uchcom device ucom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): uchcom_load="YES" DESCRIPTION
The uchcom driver provides support for the WinChipHead CH341/CH340 USB-to-RS-232 Bridge chip. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
The uchcom driver supports the following adapters: o HL USB-RS232 SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The uchcom driver first appeared in NetBSD. The first FreeBSD release to include it was FreeBSD 8.0. BUGS
Actually, this chip seems unable to drive other than 8 data bits and 1 stop bit line. BSD
May 18, 2009 BSD
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

help regarding device driver

Hi All, I have a device driver that uses UARTserial port to write/read to-from a device. That device driver is working fine on FC3 machine( kernel version 2.6.12)... Now I am switching to FC9 (kernel version 2.6.25.11-97).I have changed the interrupt flag SA_INTERRUPT to IRQF_DISABLED... (0 Replies)
Discussion started by: rajuprade
0 Replies

2. Programming

regarding device driver

Hi All, I have a device driver that uses UARTserial port to write/read to-from a device. That device driver is working fine on FC3 machine( kernel version 2.6.12)... Now I am switching to FC9 (kernel version 2.6.25.11-97).I have changed the interrupt flag SA_INTERRUPT to IRQF_DISABLED... (0 Replies)
Discussion started by: rajuprade
0 Replies

3. Red Hat

Kernel Panic problem

Hi all, When i load my block device driver in Fedoracore10 kernel 2.6.27. i got this type of error kernel panic - not syncing : Fatal exception in interrupt. I am unable to save the log file.... Can any one help me..... regards sundar (4 Replies)
Discussion started by: sundhar
4 Replies

4. Ubuntu

driver for external drive case on usb port

Hi I have to buy my selfe external case for hdd but I don't know whether my ubuntu linux, needs some driver to be able to work with this device or it has inside of itselfe this driver ? rhx for help. (1 Reply)
Discussion started by: presul
1 Replies

5. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

6. Ubuntu

Kernel panics : trying to write / read on tiny tty driver

I'm a beginner to the Linux programming and trying my hands on some device driver examples while practising. The below code (a trimmed down version of tiny_tty.c from ldd3 book) loads perfectly using insmod and I'm able to see it in /proc/tty/drivers , /proc/modules and device nodes are getting... (1 Reply)
Discussion started by: diwsdiwa
1 Replies