Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cec(4) [netbsd man page]

CEC(4)							   BSD Kernel Interfaces Manual 						    CEC(4)

NAME
cec -- IEEE488 GPIB controller boards SYNOPSIS
cec* at isa? port 0x2b8 irq 5 drq 1 gpib* at cec? DESCRIPTION
The cec driver supports GPIB (IEEE488) controller boards based on the NEC uPD7210 GPIB controller chip. The following boards are supported: - Capital Equipment Corp. IEEE488 board - Keithley GPIB boards The following GPIB boards are similar and support should be available reasonably easily: - HAMEG HO-80 IEEE488 board - National Instruments PCII board - Measurement Computing (Computer Boards) ISA GPIB boards SEE ALSO
gpib(4), isa(4) HISTORY
The cec driver appeared in NetBSD 2.0. BSD
May 24, 2003 BSD

Check Out this Related Man Page

TCOM(4) 						   BSD Kernel Interfaces Manual 						   TCOM(4)

NAME
tcom -- multiplexing serial communications interface SYNOPSIS
For 4-port TC-400 series boards: tcom0 at isa? port 0x100 irq 5 com2 at tcom? slave ? com3 at tcom? slave ? com4 at tcom? slave ? com5 at tcom? slave ? For 8-port TC-800 series boards: tcom0 at isa? port 0x100 irq 5 com2 at tcom? slave ? com3 at tcom? slave ? com4 at tcom? slave ? com5 at tcom? slave ? com6 at tcom? slave ? com7 at tcom? slave ? com8 at tcom? slave ? com9 at tcom? slave ? DESCRIPTION
The tcom driver provides support for the Byte Runner Technologies TC-400 and TC-800 series boards that multiplex together up to four or eight EIA RS-232C (CCITT V.28) communications interfaces. Each tcom device is the master device for up to eight com devices. The kernel configuration specifies these com devices as slave devices of the tcom device, as shown in the synopsis. The slave ID given for each com device determines which bit in the interrupt multiplexing regis- ter is tested to find interrupts for that device. The port specification for the tcom device is used to compute the base addresses for the com subdevices and the port for the interrupt multiplexing register. Not all possible configuration options are currently supported (for example, speeds beyond 115200 baud are not currently supported). FILES
/dev/tty?? SEE ALSO
com(4) HISTORY
The tcom driver was written by Jukka Marin. BSD
May 20, 1998 BSD
Man Page

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

about accecing `expr` command

Hi All, I have created 85 users on Linux server. I use bsh shell for all users.But after any user get logged in on unix,he/she is not able to access the expr command.So anyone can tell me that if i have to include some files to access expr command.Because when i write-> expr 6+2 on $ prompt i'll... (1 Reply)
Discussion started by: bhumi
1 Replies

2. Linux

Freak' me aut .. ICECAST

I want to configure myself Icecast .. trying to stream muzic around the net , but it's freak's me out for many hours. I downloaded source code for Icecast 2.3.1 .. ./configure ( download and install what I needed ) , ake , and make install .. I found finaly icecast.xml.in .. something like that... (1 Reply)
Discussion started by: !_30
1 Replies

3. Shell Programming and Scripting

Shellscript to compile the sourcecode

Hi, I am having a package TestAccount which does have separate folders for Web-app and .java files. Here i want to write shell script to compile those files and generate the necessary .war file . Some thing like build.xml (ant). Is it possible to do it through shell script? Pls. do shed some... (2 Replies)
Discussion started by: sachin.tendulka
2 Replies

4. Shell Programming and Scripting

ececute scrtipt over ssh

Hi all, I have a script which I want to launch from on a remote machine. I tied to do this. I have 2 requirement 1) To retain the "BUILDDIR" value when connected to SSH of sna3. 2) execute a script 'test.sh' present in my local directory on remote sna3 machine. If I am using Single... (2 Replies)
Discussion started by: jbmukund
2 Replies

5. Programming

Wireless C program conncection interruption problem

Dear Gurus My company has a wireless handheld C program as text-mode workstations in remote sites. We suspected that the program get interrupted sometimes because of out-of-wireless access and hence resulted in db record locking and other issue. It did trouble us a lot. Is it possible to use... (2 Replies)
Discussion started by: charles_chu
2 Replies

6. Programming

How to test a socket conncection in C++ ?

hi all, I've written a Server socket program in C++, In my program Device Id is a unique one through which I accept the client connection. My code has to pass the below two test case. 1. If a client the the same device is connceted already, i've to reject the new conncetion. 2. If i... (2 Replies)
Discussion started by: vij_krr
2 Replies

7. UNIX for Advanced & Expert Users

Identify high I/O procecess

Hello I am trying to identify what is consuming my I/O (looks 100% in glance). Howver on my system HP-UX 104 B.11.11 U 9000/800 The only option in iostat seems to be -t which is not very usefull iostat -p is not available. Please advice on how I should proceed. Thank you in advance. (3 Replies)
Discussion started by: drbiloukos
3 Replies

8. UNIX for Dummies Questions & Answers

Substring

Hi, My requirement is to get the substring and then remove special character. Ex I have data like T_SYSTEM_XXXXX_YYYY_ZZZ I want to get XXXXXYYYYZZZ the part after T_SYSTEM is varying it might be XXX_YY or just XX can you tell me which all commands i have to use. i understand i... (5 Replies)
Discussion started by: Mohammed_Tabish
5 Replies

9. Shell Programming and Scripting

Simple CEC run command on event script

To cut a long story short I need to implement a CEC server in order to allow my Samsung TV to interact with other peripherals. I plan on using a RPi for this purpose. I have installed CEC-untils and can run the tvservice monitor to look for HDMI events. I now need a simple script that will run... (3 Replies)
Discussion started by: barrydocks
3 Replies