Welcome![Sign In][Sign Up]
Location:
Search - Ioctl

Search list

[Windows Develop将IOCTL发送到筛选器驱动程序

Description: 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
Platform: | Size: 59470 | Author: 陈万通 | Hits:

[Linux-Unixioctl

Description: 用c开发的ioctl源代码-developed using ioctl source code
Platform: | Size: 8472 | Author: 李文东 | Hits:

[Other resourceioctl

Description: 用用can驱动程序的ioctl.c,大家可以参考参考啊,谢谢。
Platform: | Size: 1568 | Author: xiaochuan | Hits:

[Linux-Unixioctl

Description: 用c开发的ioctl源代码-developed using ioctl source code
Platform: | Size: 8192 | Author: 李文东 | Hits:

[Linux-UnixLinux声音设备编程实例

Description: Linux下的声音设备编程比大多数人想象的要简单得多。一般说来,我们常用的声音设备是内部扬声器和声卡,它们都对应/dev目录下的一个或多个设备文件,我们象打开普通文件一样打开它们,用ioctl()函数设置一些参数,然后对这些打开的特殊文件进写操作。-Linux Generally speaking, we used the voices of internal equipment and audio speakers, which corresponds to/dev directory of one or more equipment, we like to open the file as they opened with ioctl () function set some parameters, then open these documents into the special write .
Platform: | Size: 8192 | Author: 飞杨 | Hits:

[Windows Develop将IOCTL发送到筛选器驱动程序

Description: 将IOCTL 发送到筛选器驱动程序的原代码以及说明文档-will send to filter driver of the original code and documentation
Platform: | Size: 59392 | Author: 陈万通 | Hits:

[Software EngineeringLINUX_DRVER

Description: 1、linux下8019的移植 2、LINUX USB 3、write,ioctl,select-1, 8019 under linux transplant two, three USB LINUX, write, ioctl, select
Platform: | Size: 829440 | Author: Cecil | Hits:

[Driver DevelopIoctlDecoder

Description: IOCTL 宏代码解码器。在驱动开发中,经常要用到io控制代码,这个工具可以帮你解释相应的IO控制代码的具体含义。附带了此工具的Win32asm源码。很有用的工具!-IOCTL code decoder. Drivers in the development, which often have to use io control code, This tool can help you explain the corresponding IO control code specific meaning. Fringe of the tool Win32asm source. Very useful tool!
Platform: | Size: 35840 | Author: guanjie | Hits:

[Embeded Linuxled_linux2.4.18

Description: Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。 insmod main.o //安裝模組 mknod /dev/leds c 221 0 使用方法: int main(int argc, char *argv[]) { int testdev //led test... testdev = open("/dev/QuickMarkLed",O_RDWR) ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1 ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1 close(testdev) return 0 } -Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0)
Platform: | Size: 5120 | Author: Jia-Yang Chen | Hits:

[OS programioctl-sample

Description: 比较简单的io控制的过滤驱动程序示例代码,值得读一读。-Io control relatively simple filter driver sample code, it is worth to read.
Platform: | Size: 17408 | Author: hardway | Hits:

[OS programNativeDemo

Description: 不用ddk 编译一个 native app 应用 大家可能都比较熟悉,这个例子演示了如何用 vc2003 或 vc2005 来编译一个 native 类型的应用程序, 这个例子同时也演示了 native 应用中如何加载一个 驱动程序,以及通过 ioctl 和驱动程序交互,同时也演示了 native 应用程序如何通过键盘与用户交互-err
Platform: | Size: 56320 | Author: 郑兴林 | Hits:

[SCMioctl

Description: 用用can驱动程序的ioctl.c,大家可以参考参考啊,谢谢。-Use can use the driver ioctl.c, everyone can refer to reference ah, thank you.
Platform: | Size: 1024 | Author: | Hits:

[Internet-Networkioctl03-Set

Description: 用ioctl来修改本地ip和netmask-Use ioctl to change the local ip and netmask
Platform: | Size: 50176 | Author: 谢经波 | Hits:

[Internet-Networkioctl04-AddRT

Description: 用ioctl来为系统添加一条路由。添加的路由可以用route命令查看(之前传的有错误,现在已改正,请管理员删除之前的)-Use ioctl to add a routing system. Routing can be used to add the route command to view (before the mass of a mistake, now corrected, please delete the previous administrator)
Platform: | Size: 1024 | Author: 谢经波 | Hits:

[Linux-Unixkey

Description: linux/kd.h文件中介绍了ioctl函数能够使用的命令,该文件中包含了各种命令的使用例子-linux/kd.h document introduced the ioctl function to use the command, the document contains examples of the use of a variety of command
Platform: | Size: 28672 | Author: 董浩然 | Hits:

[Linux-Unixframebuffer

Description: 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <asm/page.h> #include <linux/fb.h> #define TRUE 1 #define FALSE 2 //a framebuffer device structure typedef struct fbdev{ int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix -Frame buffer# Include <stdio.h># Include <stdlib.h># Include <string.h># Include <stdint.h># Include <unistd.h># Include <fcntl.h># include <sys/ioctl.h># include <sys/mman.h># include <asm/page.h># include <linux/fb.h># define TRUE 1# define FALSE 2// a framebuffer device structure typedef struct fbdev (int fb unsigned long fb_mem_offset unsigned long fb_mem struct fb_fix_screeninfo fb_fix
Platform: | Size: 1024 | Author: hjintian | Hits:

[Linux-Unixcapture

Description: //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] { printf["Error reading fixed information.\n"] exit[1] } if [ioctl[fd, FBIOGET_VSCREENINFO, &vinfo]] { printf["Error reading variable information.\n"] exit[1] }
Platform: | Size: 4096 | Author: xiaoran1 | Hits:

[Driver DevelopIOCTL_Test

Description: usb驱动开发,IOCTL的读写操作,供大家学习用-usb-driven development, IOCTL operation of reading and writing for everyone to learn
Platform: | Size: 8192 | Author: dante | Hits:

[Driver DevelopIOCTL

Description: IOCTL 应用程序与驱动通信,我只写了应用程序读驱动里面的东西。-IOCTL communication applications and drivers, I just write the application reading drive inside.
Platform: | Size: 24576 | Author: mingming | Hits:

[OtherIOCTL

Description: IOCTL助手,分析IOCTL定义,并能智能定义IOCTL值。-IOCTL Assist
Platform: | Size: 239616 | Author: 张名书 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net