📄 readme
字号:
IrDA UtilitiesDag BrattliAbstractThe IrDA Utils package is a collection of programs, that enables theuse of the IrDA protocols. Some user-space configuration is requiredin order to make IrDA work for your machine, and some IrDA featureslike IrOBEX is actually implemented in user-space.1 IntroductionIrDA is an exciting way of communicating with remote devices. IrDAuses infrared wireless communication so no cables are required. Speedsrange from 9600bps to 4Mbps. The types of devices that support IrDAare LAN adapters, PDA's, printers, laptops, mobile phones etc.Linux-IrDA is a GNU implementation of the IrDA protocols specificationswritten from scratch. Linux-IrDA supports most of the IrDA protocolslike IrLAP, IrLMP, IrIAP, IrTTP, IrLPT, IrLAN, IrCOMM and IrOBEX.Most of the features are implemented in the kernel, so you must enableIrDA support in the kernel before you can use any of the tools andprograms mentioned in this document.2 Getting startedFirst of all you need to install the tools in this package. Make andmake install should do that for you. By default it will install thefiles in /etc/irda, and in /usr/sbin. If you don't like that, youshould edit the makefile.2.2 irattachirattach uses the irtty module which connects to the Linux TTY and serialdriver. This works well for most machines, but limits the speed to115200bps (IrDA SIR mode). If you want higher speeds, you must use aspecial device driver for the IrDA chipset used by your machine. Currentlythere are not that many device drivers implemented, mostly because it'svery hard to get the documentation, and the drivers are in fact quite hardto implement even if you are lucky and get the documentation for thechipset.If you are one of the lucky people which have a chipset that is supported,then you don't need to use irattach anymore. Now you just have to insmodthe driver like this:For more info, please read irattach/README3 Other programsirdadump Is a program that displays all the frames sent, and received on the infrared link. irdaping Makes it possible to try and ping a remote device using IrDA test frames. Not all devices implements support for test frames. irkbd Implements support for the mouse and keyboard protocol as used by the Tekram IR-660 infrared docking station. findchip Tries to find out which IrDA chipset your machine is using. Try out "./findchip -v" to check it out.irsockets A collections of programs which uses IrDA sockets.psion File transfer program for exchanging files with your Psion PDAHave fun!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -