Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ucycom(4) [debian man page]

UCYCOM(4)						   BSD Kernel Interfaces Manual 						 UCYCOM(4)

NAME
ucycom -- device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ucycom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ucycom_load="YES" DESCRIPTION
The ucycom driver provides support for the Cypress CY7C63743 and CY7C64013 bridge chips. These chips were designed to provide a low-cost transition path to USB for existing RS232 devices, and have fairly limited capabilities. The ucycom driver behaves like a tty(4). HARDWARE
The ucycom driver currently supports the following devices which incorporate Cypress USB to RS232 bridge chips: o DeLorme Earthmate USB GPS receiver SEE ALSO
tty(4), usb(4) HISTORY
The ucycom driver first appeared in FreeBSD 5.3. AUTHORS
The ucycom driver and this manual page were written by Dag-Erling Smorgrav <des@FreeBSD.org>. BSD
November 22, 2006 BSD

Check Out this Related Man Page

UCYCOM(4)						   BSD Kernel Interfaces Manual 						 UCYCOM(4)

NAME
ucycom -- device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device usb device ucom device ucycom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ucycom_load="YES" DESCRIPTION
The ucycom driver provides support for the Cypress CY7C63743 and CY7C64013 bridge chips. These chips were designed to provide a low-cost transition path to USB for existing RS232 devices, and have fairly limited capabilities. The ucycom driver behaves like a tty(4). HARDWARE
The ucycom driver currently supports the following devices which incorporate Cypress USB to RS232 bridge chips: o DeLorme Earthmate USB GPS receiver SEE ALSO
tty(4), usb(4) HISTORY
The ucycom driver first appeared in FreeBSD 5.3. AUTHORS
The ucycom driver and this manual page were written by Dag-Erling Smorgrav <des@FreeBSD.org>. BSD
November 20, 2011 BSD
Man Page

4 More Discussions You Might Find Interesting

1. Programming

RS232 communication optimisation

Need help for RS232 communication with switches in order to optimise the data traffic. How to manipulate different flags in termios struct to do the same? (1 Reply)
Discussion started by: ManishSaxena
1 Replies

2. What is on Your Mind?

What are Your Favorite Chips? Mine are Doritos Nacho Cheesier!

By far, Doritos Nacho Cheesier are the best tasting chips, well at least too me. Have you tried them? What are your favorite chips? (5 Replies)
Discussion started by: Neo
5 Replies

3. UNIX for Advanced & Expert Users

PATH included in .o file of device driver

Hello friends, I am building one driver related to wifi. When I am looking its hex dump, I can see that it is including a path to one particular file of kernel headers. It is as under. 6C 75 65 2E 0A 00 00 00 25 64 2E 25 64 2E 25 64 lue.....%d.%d.%d 2D 25 73 00 00 00 00 00 42 45... (4 Replies)
Discussion started by: linuxdevnoob
4 Replies

4. UNIX for Dummies Questions & Answers

Connecting PIC16F877A using Easypic5 via RS232 with Linux

I searched the forums for RS232 issues, but all of the results don't help me solving my problem, so I had to open new thread. This is the problem: I have PIC16F877A micro-controller and I'm programming it with Easypic5(the PIC programming device(board) from MikroElektronika) and I want to... (1 Reply)
Discussion started by: ivan_vasileski
1 Replies