搜索资源列表
ledcontrol
- uClinux环境下,三星44B0处理器上测试通过的一个简单的字符设备驱动程序,实现了对4个LED的控制,测试通过-uClinux circumstances, Samsung 44B0 processors tested a simple character device driver, achieving the four LED control, the test
WDM_CharSample
- 一个简单的驱动开发示例程序!通过应用程序与驱动程来完成字符显示!是一个WDM开发的入门级程序!但很经典!可以装载里面的范例驱动并看到运行结果!-a simple procedure-driven development paradigm! Through the application of procedures and the drive way to complete characters show! WDM is an entry-level development process! Bu
qudong12
- LINUX下的字符设备驱动程序代码,并有测试程序和MAKEFILE-LINUX character device driver code, and test procedures and MAKEFILE
SCPDemo
- 一个win32程序调用CharConvert.SYS驱动文件,转换阿拉伯字符和中文字符的例子
t6963c
- TS1620字符型液晶模块驱动程序编写心得
scull-kfifo.tar
- 在一个简单的字符设备驱动程序中实现kfifo使用例子
pollSample
- Linux可供用户空间和内核空间相互访问的字符设备驱动程序代码。
5-1
- 一个字符驱动程序,实现用户空间向内核空间写入或者读出字符的功能.
char_dev.tar
- 这个是linux下的一个字符设备的驱动程序,里面包含了驱动模块和测试用的驱动程序,在s3c4410开发板上验证过的,有问题联系作者qq:9460841
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
CharSample
- 驱动入门的简易程序,实现对虚拟设备字符的读写-Driver entry of summary procedure, implementation of the virtual device to read and write characters
char_driv_simp.tar
- 简单的字符设备驱动程序,很小巧,但能完成打开,关闭,读操作,写操作,很适合初学者入门-Simple character device driver, it is compact, but to complete the open, close, read operation, write operation, it is suitable for beginners entry
OSshiyanbaogao
- 操作系统课程设计,包括字符设备驱动开发等。-Operating system design, including character device driver development.
12864
- 12864串行驱动程序,可以显示汉字和字符-12864 serial driver, you can display Chinese characters and character
JM12864M
- 可以实现jm12864m的并行驱动,直接输入字符就可以了-Can achieve the parallel drive jm12864m
Unicode_String
- 在驱动程序中对UNICODE_STRING字符创进行标记,复制,连接等操作-qu dong UNICODE_STRING cao zuo
LCD1602driver
- lcd驱动 1602型字符型液晶显示模块 动态驱动显示英文字符 c++驱动程序-lcd driver mcu8051 1602lcd c++languang it canbe used in many aspet withyou like
drivers_linux
- 这个资料由浅入深的探讨了驱动开发所涉及到的各方面问题,依次讲述了字符设备,块设备,网络设备驱动程序。-This information has driven the development of Deep and involved in all aspects, in turn described the character devices, block devices, network device driver.
hello_char
- 这是简单的一个字符驱动·可以让大家学基础-This is simply a character-driven basis to enable everyone to learn
mycdev
- 带有并发和阻塞的linux字符驱动实例,3.2.0版本内核通过。-Linux character driver instance, with concurrent and blocked by the 3.2.0 version of the kernel.