⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 linux操作系统下的红外驱动的测试程序
💻
字号:
	Sample directory	----------------	This directory contains a few sample program illustrating howto use the socket interface of the IrDA stack (IrSock) and how towrite your own applications on top of IrSock.	Note that applications can also use the OpenObex library ontop of IrSock (prefered), or run on top of IrComm (discouraged). Andthere is also the option of using TCP/IP over IrDA.	If you want more example of use of IrDA, you are encouraged tolook at the source code of OpenObex and e-Squirt.	Jean IIirprintf--------	Sample IrSock server. Wait for connections from irscanf anddump on the console everything received over the IrDA socket.irscanf-------	Sample IrSock client. Grab anything from the console and sendsit to the irprintf application. The combination of irscanf andirprintf make a crude one way chat over IrDA.irprintfx/irscanfx------------------	Same programs as irprintf/irscanf, use internally filedescriptors instead of stream (and therefore simpler).irdaspray---------	Utility to test IrDA performance. Can generate unidirectionalor bidirectional streams of packets between a Client and a Server.	For example :		Client : irdaspray -n 10 -b 2000		Server : irdaspray -s	More command line options and features are available, checkthe source code for details.	The code also contains many examples on how to use some of themost advanced features of the Linux-IrDA stack, so is a good place tostart if you want to program something fancy.send_ultra----------	Send an Ultra packet (connectionless broadcast)recv_ultra----------	Wait and receive some Ultra packetsias_query---------	Perform an IAS query to a remote device. This version works.	Note that the irdaspray code contains many more example ofinteraction with IAS.oldies------	Older applications. Those have some known problems, and someportions of the code is bad practice.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -