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
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)