搜索资源列表
-
0下载:
串行设备驱动开发笔记-Serial Device Driver Development Notes
-
-
1下载:
介绍了为基于Windows CE的设备开发设备驱动程序的过程,解释了如何创建简单和流接口驱动程序,以及如何实现通用串行总线(USB)和网络驱动程序接口规范(NDIS)驱动程序-introduced for Windows CE-based devices device driver process, and explained how to create a simple interface and flow-driven procedures, and how to achieve unive
-
-
0下载:
如何编写基于vxworks嵌入式操作系统的串行设备驱动程序-how to prepare VxWorks embedded operating system based on the serial device driver
-
-
0下载:
vxworks 串行设备驱动的编写笔记-VxWorks serial device driver in the preparation Notes
-
-
0下载:
linux下基于arm处理器s3c2410x开发板的串口设备驱动程序,包括对串口的读写程序。-arm processor linux-based development board s3c2410x serial device driver, including the serial process of reading and writing.
-
-
0下载:
《uC/os-II 内核分析.移植与驱动程序开发》随书光盘中的全部源代码,全部通过调试。书中介绍μC/OS-Ⅱ的内核分析、移植过程和驱动程序开发方法。书中首先以μC/OS-Ⅱ在8051系列单片机上的移植为例子,详细剖析μC/OS-Ⅱ的内核和移植过程;然后以串口通信为例,介绍如何为μC/OS-Ⅱ实时内核添加设备的驱动程序;最后介绍μC/OS-Ⅱ在数字信号处理器[DSP]上的移植,以使读者进一步加深对μC/OS-Ⅱ的理解。 -" UC/os-II core analysis. Transpl
-
-
0下载:
Linux2.6内核驱动实例包:
globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、
S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、
作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、
SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
-
-
0下载:
基于arm s3c2410下的串口设备驱动-Under the arm s3c2410-based serial device driver
-
-
1下载:
读写器与射频卡通信的设计采用RC522射频读写芯片与射频卡进行通信,符合ISO14443规范协议;硬件系统设计中主要有AVR单片机主控模块、电源模块、存储模块、外部时钟模块、LCD模块;软件系统设计采用C语言,遵循模块化和结构化编程模式,设计了射频卡操作程序、软关机与自动关机程序、LCD显示、串行Flash存储器、外部时钟等外部设备驱动程序。所设计的手持式读写器具备对MF1 S50、S70射频卡的读写、实时状态显示、系统在线升级以及关机等功能。-This handset can process
-
-
0下载:
VxWorks操作系统论文,包含了设备驱动程序,总线配置技术,串行通信,视频音频采集系统的设计等。-Papers VxWorks operating system, including a device driver, bus configuration technology, serial communications, video and audio acquisition system design.
-
-
0下载:
如何使用USB总线接口在单片机系统中实现一个虚拟串口的原理和实现过程。在设计中,软件部分采用USB的CDC类标准来实现虚拟串口,这样可以使用操作系统(Windows,Linux)自带的驱动程序;在硬件设计中,使用自带USB从设备接口的AT89C5131单片机,提高了系统的集成度和可靠性-How to use the USB bus interface in single-chip realization of a virtual serial port system, the principle
-
-
0下载:
本程序是s3c2440芯片上串口2的驱动程序。基于vxworks操作系统,设计简洁,并按照vxworks设备驱动程序的标准接口设计。-This program is s3c2440 chip serial port 2 driver. Vxworks-based operating systems, the design simplicity, and in accordance with the standard vxworks device driver interface design.
-
-
3下载:
《圈圈教你玩USB(附盘)》附带的光盘中有USB学习板的电路图以及所有实验的完整源代码包(C/C++语言)。通过U盘、USB鼠标、USB键盘、USBMIDI键盘、USB转串口、自定义的USBHID设备和自定义的USB设备等几个具体的USB例子,一步步讲解USB设备及驱动程序和应用程序开发的详细过程和步骤。最后两章介绍USBWDM驱动开发,并给出一个简单的USB驱动和USB上层过滤驱动的实例。-"Circle teach you to play USB (attached disk)&q
-
-
0下载:
12位串行DAC器件驱动程序,mega16 8M时钟-12-bit serial DAC device driver, mega16 8M clock
-
-
0下载:
BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类
体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V
xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。
VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候,
我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L
inux 系统中整合设备驱动,则不仅仅意味着“
-
-
0下载:
描述vxworks驱动开发以及串口驱动分析-vxworks driver development and analysis how serial device works
-
-
0下载:
mini2440串口驱动程序源码,实现读写串口功能,同时实现了回显功能-device driver for mini2440 board
-
-
0下载:
字符设备驱动程序 涵括LCD LED 按键 串口等设备驱动-Character device driver covers LCD LED key serial device driver
-
-
0下载:
基于BF548 EZ-KIT的flash编程驱动程序。该驱动程序展示了如何使用flash驱动来使用新的算法、改变已有的算法、为DSP增加新的功能。-This directory contains an example ADSP-BF548 EZ-KIT Flash Programmer
(Serial Flash) Driver Project. The flash programmer driver is an example that demonstrates the use
of
-
-
0下载:
mcgs MODBUS串口转发设备的驱动程序(MCGS MODBUS serial device driver)
-