Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

adc(4) [netbsd man page]

ADC(4)							   BSD Kernel Interfaces Manual 						    ADC(4)

NAME
adc -- SuperH on-chip analog/digital converter SYNOPSIS
adc* at shb? DESCRIPTION
The adc driver provides support for a 10-bit successive-approximation A/D converter with a selection of up to eight analog input channels. ADC is an on-chip module found in some SuperH microprocessors (SH7709 and others). SEE ALSO
shb(4) HISTORY
The adc driver first appeared in NetBSD 2.0. BSD
October 21, 2003 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

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Change tcp/ip

Hi, Can someone tell me what is the procedure to change my TCP/IP for solaris 7 ? Thank you, Sinardy (3 Replies)
Discussion started by: sinardy
3 Replies

2. UNIX for Dummies Questions & Answers

Network configuration in Solaris 8

Hi. I have installed Solaris 8 and I am trying to configure the network settings. For some reason every time I reboot, my card loses its configuration. I can run ifconfig and the only IP address bound to my card (on either interface) is 127.0.0.1. I can change that to a valid IP address on my... (8 Replies)
Discussion started by: Ask Me
8 Replies

3. IP Networking

tcp/ip network

Hi, Can someone tell me how to set up a basic tcp/ip network on unix, so windows computers can ping it? Thnx, Edwin (10 Replies)
Discussion started by: edw1ns
10 Replies

4. Shell Programming and Scripting

shell script queries: $home; broadcast ping

Dear all, This is the Bionic Fysh again. I have two quick questions: 1- when writing shell scripts, how does one allow the tilda ~ into the script ? e.g ls ~; ls ~me; user=you; ls ~$user (N.B I think that for this one you need: ls `~$user`) 2- In FreeBSD 4.0, I would like for a... (6 Replies)
Discussion started by: bionicfysh
6 Replies

5. IP Networking

Xdmcp, dns, exceed broadcast solved BUT

Ok, when our lan switched to DHCP, and my linux boxes dropped off the network, it is because the DNS wasn't set correctly. Got the DNS set now, and they are showing up in my Exceed XDMCP broadcast box however, i now have another problem. They access the internet. I don't want them to. HOw can I... (3 Replies)
Discussion started by: kymberm
3 Replies

6. UNIX for Advanced & Expert Users

broadcasting failed 'su root'

hi, if i try to 'su' to root and enter the wrong password, the failed su is broadcastet to all user logged in on the machine. Anyone know where i can stop that broadcast? thanks Lazzar (3 Replies)
Discussion started by: Lazzar
3 Replies

7. UNIX for Dummies Questions & Answers

network address and broadcast address?

say I have a IP address which is 10.0.0.12, and subnet mask is 255.255.255.240, what is the network address and what is the broadcast address which host lives on? And could you explain how to get the answer? thanx in advance! (7 Replies)
Discussion started by: pnxi
7 Replies

8. UNIX for Advanced & Expert Users

radio broadcasting

hi I wanna make radio broadcasting from my web page. I am planning to use a linux server. I have no idea about how can I do :( I heard about RealPlayer can be used but ,unfortunatelly, I don't know how! Any suggestions and advices are welcome.... thanks... (4 Replies)
Discussion started by: fnoyan
4 Replies

9. UNIX for Dummies Questions & Answers

Broadcom 440x 10/100 integrated controller\intel(r) pro/wireless 2200bg network conne

Hi , all I have the same problem as posted by stakes20 , but i could not find these drivers (4 Replies)
Discussion started by: ibasit
4 Replies

10. IP Networking

Multiple NIC's - Broadcast Messages

Hi, I have a UNIX WS with four Network Interface Cards configured for a special scenario. Ethernet Interfaces - bge0, bge1, bge2 & bge3. bge3 is isolated from the whole IP world, not connected to the network, but only connected to bge1. If there is a broadcast message from bge1, will it... (5 Replies)
Discussion started by: smanu
5 Replies

11. Shell Programming and Scripting

network and broadcast address

Hi Suppose You have two computers. One named kenny which has an IP address of 192.168.0.7. kenny lives on a subnet with a subnet mask of 255.255.255.240. The second computer is called zathras, which has an IP address of 192.168.0.17, zathras lives on a network with the same subnet mask. i)... (4 Replies)
Discussion started by: scofiled83
4 Replies

12. AIX

Hacmp broadcast error

Hello, I tried searching for the solution on the google...nothing so far... anyone know anything about this. Broadcast message from root@pr2serv (tty) at 00:01:04 ... Cluster Verification detected cluster configuration errors on node pr1serv. Detailed clverify output is available in... (7 Replies)
Discussion started by: filosophizer
7 Replies

13. Red Hat

[help] how to send wall/broadcast message to all clients

Hi, as per title, please help me.. I use command wall host1 host2 hellowwwww but it only receive in the host1.. how can I send this to all the clients.. I want this 1 server to send to all the clients.. or is there any program that I can use? I know this openfire, but seems complicated since... (5 Replies)
Discussion started by: flekzout
5 Replies

14. Programming

Question (pthread): How to Signal all threads w/o "broadcast"?

Hello all, Is there any way that I can signal (wake) all threads that I have created without using pthread_cond_broadcast? Cheers! Aaron (6 Replies)
Discussion started by: mobility
6 Replies

15. Programming

how to do udp broadcast with multithreading

hello to all i want to use multithreading to my UDP broadcast server client program. will anyone help me by proving C code. i am working in fedora. also my requirement is POSIX compliance.please help me..... (6 Replies)
Discussion started by: moti12
6 Replies