Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

irframe(4) [netbsd man page]

IRFRAME(4)						   BSD Kernel Interfaces Manual 						IRFRAME(4)

NAME
irframe -- IrDA frame level driver SYNOPSIS
irframe* at oboe? irframe* at uirda? irframe* at ustir? pseudo-device irframetty #include <dev/irdaio.h> DESCRIPTION
The irframe driver provides support for IrDA frame level transmission. It does not contain the IrDA protocol stack per se, but the stack can be built on top of the irframe driver. Access to frames is via the read(2) and write(2) system calls. Each write constitutes one frame, and each read yields one frame. The poll(2) system call can be used to check for availability of frames. There are also a number of ioctl(2) calls to manipulate the device: IRDA_RESET_PARAMS Reset the parameters set by IRDA_SET_PARAMS. IRDA_SET_PARAMS (struct irda_params) Set the speed, extra beginning of frame bytes, and maximum frame size. IRDA_GET_SPEEDMASK (int) Get the set of allowable speeds. IRDA_GET_TURNAROUNDMASK (int) Get the set of allowable turn around times. SEE ALSO
cir(4), irframetty(4), oboe(4), uirda(4), ustir(4) comms/birda package HISTORY
The irframe driver appeared in NetBSD 1.6. BSD
December 2, 2001 BSD

Check Out this Related Man Page

IRDAATTACH(8)						    BSD System Manager's Manual 					     IRDAATTACH(8)

NAME
irdaattach -- attach serial lines to IrDA frame driver SYNOPSIS
irdaattach [-d dongle] [-fHhlmnp] ttyname DESCRIPTION
irdaattach is used to assign a tty line to an IrDA frame level driver. The following operands are supported by irdaattach: -d dongle Sets the dongle type. The following dongles are supported: none No dongle tekram Tekram IR-210B jeteye Extended Systems JetEye actisys ACTiSYS IR-220L actisys+ ACTiSYS IR-220L+ litelink Parallax LiteLink girbil Greenwich GIrBIL The default is none. -f Print the name of the IrDA frame device that should be used to access the frames. -H Turn on DTR/CTS flow control. By default, no flow control is done. -h Turn on RTS/CTS flow control. By default, no flow control is done. -l Turn on the CLOCAL flag, making it possible to run SLIP on a cable without modem control signals (e.g. DTR, DSR, DCD). -m Maintain modem control signals after closing the line. Specifically, this disables HUPCL. -n Do not detach from invoking tty. -p Print process id to file. ttyname Specifies the name of the tty device. Ttyname should be a string of the form 'ttyXX', or '/dev/ttyXX'. Only the super-user may attach a network interface. The frame driver is detached by killing the irdaattach process. EXAMPLES
irdaattach tty00 ircomm -Y -d `irdaattach -p -f /dev/tty02` DIAGNOSTICS
Messages indicating that the specified interface does not exist, the requested address is unknown, or that the user is not privileged but tried to alter an interface's configuration. SEE ALSO
daemon(3), irframe(4), irframetty(4), slattach(8) HISTORY
The irdaattach command appeared in NetBSD 1.6. BSD
December 4, 2001 BSD
Man Page