CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 Windows CE 搜索资源 - 设备驱动程序

搜索资源列表

  1. WINCE设备驱动程序开发指南

    1下载:
  2. 介绍了为基于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
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:4351770
    • 提供者:akay
  1. Microsoft Windows CE Device Driver Kit

    0下载:
  2. Microsoft Windows CE设备驱动程序开发指南 介绍了为基于Windows CE的设备开发设备驱动程序的过程。-Microsoft Windows CE Device Driver Development Guide for Windows CE-based devices device driver development process.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:4526855
    • 提供者:丁东
  1. IRRCV

    0下载:
  2. WINCE下 红外遥控设备驱动程序,通过修改键码可以支持其他系列的遥控器-WINCE infrared remote control device driver, through the revision of key code will be able to support other range of the remote control
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:18499
    • 提供者:Guobg
  1. FANGWENUSB

    0下载:
  2. //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:1813
    • 提供者:lanxilange
  1. DeviceDriversExamples

    0下载:
  2. 关于windows CE设备驱动程序的一些例子,很有参考价值。
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:1419618
    • 提供者:曹凌
  1. PWM

    1下载:
  2. WinCE5.0上的2440的PWM设备驱动程序。三星发布的所有BSP包中都没有单独把PWM作为一个独立设备驱动给出来,而只是拿来给操作系统的任务调度提供时钟源。然而这样对背光调节就显得很不方便。这里把PWM单独拿出来做一个驱动,使其他模块能用标准流接口操作PWM。
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:25149
    • 提供者:henry.s.wang
  1. WinCEdriver

    1下载:
  2. Winodws CE.net驱动编写实验原代码打包,包括:流接口驱动实验 动态加载卸载设备驱动实验 中断流驱动程序。
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:132062
    • 提供者:
  1. WinCE

    0下载:
  2. WinCE 设备驱动程序开发指南中文版的,花了很多钱买的希望大家珍惜
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:3902671
    • 提供者:fmy
  1. MyDriver

    1下载:
  2. 一个基于wince潜入式平台的设备下的usb的驱动程序,用embdedc++4。0开发的,对于初学wince的人来说有参考利用的价值,类似于windows编程的代码风格-a submerged platform equipment under the usb driver with embdedc 4. 0 development, the weights for beginners who are using the reference value, similar to windows pr
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:695453
    • 提供者:ppz
  1. DIG

    0下载:
  2. pxa270设备上的,数码管驱动程序,用vs2005 编写的。-pxa270 equipment, digital control driver prepared using vs2005.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-10
    • 文件大小:2272910
    • 提供者:赵少杰
  1. S3C2440_WindowsCE_Driver

    0下载:
  2. 随着信息化、 智能化、 网络化的发展 ,嵌入式技术已经成为通信和消费类产品的共同发展方向。简要介绍嵌入 式操作系统 Windows CE ,同时对 Windows CE下两种基本的驱动开发模型本机设备驱动程序和流接口驱动程序进行重点 说明。在了解两种模型的基础上 ,以基于 S3C2440 处理器的 UART0 驱动程序开发为例 ,详细介绍嵌入式操作系统 Win2 dows CE下流接口设备驱动开发的具体过程-With the development of information ,i
  3. 所属分类:Windows CE

    • 发布日期:2017-04-04
    • 文件大小:179230
    • 提供者:谢开明
  1. WindowsCE_driver_development

    0下载:
  2. < WindowsCE设备驱动程序开发指南>>详细介绍了WinCE的各类驱动程序的开发-" <WindowsCE设备驱动程序开发指南> " Details the various types of WinCE Driver Development
  3. 所属分类:Windows CE

    • 发布日期:2017-05-16
    • 文件大小:4351697
    • 提供者:wb
  1. WINCEshebeiqudong

    0下载:
  2. WINCE设备驱动程序开发指南.pdf 第一章 Windows CE设备驱动程序工具包介绍 第二章 开发本机设备驱动程序 第三章 开发流接口设备驱动程序 ………… -WINCE Device Driver Development Guide. Pdf Chapter Windows CE device driver development toolkit chapter describes the native device driver chapter developmen
  3. 所属分类:Windows CE

    • 发布日期:2017-05-16
    • 文件大小:4351693
    • 提供者:chenyu
  1. LINUXDRIVERDESIGN

    0下载:
  2. 嵌入式Linux驱动程序开发 设备驱动程序实际是处理和操作硬件控制器的软件,从本质上讲,是内核中具有最高特权级的、驻留内存的、可共享的底层硬件处理例程。驱动程序是内核的一部分,是操作系统内核与硬件设备的直接接口,驱动程序屏蔽了硬件的细节,完成以下功能-Embedded Linux driver development device driver is actually handling and operation of the hardware controller software, in
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:586150
    • 提供者:zhang
  1. Microsoft_Windows_CE_Device_Driver_Kit

    0下载:
  2. Microsoft Windows CE设备驱动程序开发指南-Microsoft Windows CE Device Driver Kit
  3. 所属分类:Windows CE

    • 发布日期:2017-05-16
    • 文件大小:4351676
    • 提供者:陈金
  1. WindowsCE_Bluetooth

    0下载:
  2. 由于蓝牙协议是在无线技术下的仿真串口,蓝牙中OBEX的许多应用正是基于蓝牙仿真串口。而流接口驱动程序通过一组流接口函数使得应用程序可以通过文件系统中的特殊文件而与设备接口,因此蓝牙仿真串口的功能性更适合流接口驱动程序的结构。-As wireless technology Bluetooth protocol is simulated under the serial port, OBEX Bluetooth in many applications is based on the Bluetoo
  3. 所属分类:Windows CE

    • 发布日期:2017-04-07
    • 文件大小:7160
    • 提供者:chenl
  1. Code_Programming_WinCE6

    0下载:
  2. 这是Douglas《Windows CE 6.0开发者指南》随书源码的安装程序和安装说明(微软系列丛书)。该书包含的内容有:WinCE环境下的屏幕绘图、键盘鼠标和触摸屏等输入控制、窗口控件和菜单、模块、进程和线程、文件系统、注册表、数据库、网络编程、设备间通信、串行通信、设备驱动程序、服务。-This is Douglas " Windows CE 6.0 Developer' s Guide" with the book source code and installa
  3. 所属分类:Windows CE

    • 发布日期:2017-06-14
    • 文件大小:23293649
    • 提供者:
  1. USB-driver-on-wince

    0下载:
  2. 通用串行总线(USB)具有方便快速一系列优点,近年来已经发展成为一种比较普遍的计算机与外设的接口。在设计USB设备的过程中不可避免的要涉及到设备驱动程序的设计。首先整体上简要介绍了USB及其通信模型,然后详细讨论了Windows的WDM驱动程序模型,重点阐述了基于WDM的USB设备驱动程序的具体开发过程。最后给出了当前流行的几种USB设备驱动的开发工具及其特点。通过设计USB设备驱动,实现了自行设计的USB数据采集系统与PC的通信。 关键字:通用串行总线(USB); USB请求包(URB);
  3. 所属分类:Windows CE

    • 发布日期:2017-03-24
    • 文件大小:6052
    • 提供者:duke
  1. wince_study_pdf

    0下载:
  2. wince 开发的初步简介以及设备驱动程序的开发简介。-Introduction and development of the initial wince device driver development overview.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-27
    • 文件大小:9937398
    • 提供者:
  1. Wireless-Data-Collector

    0下载:
  2. :分析了采用PC 机作为监控设备的缺陷,采用基于ARM 的无线传感器数据采集器的必要性。重点完成 了无线数据采集器电路设计和驱动程序设计。ARM9 通过SPI 总线进行数据的传输和相应的I/O 对CC2420 控制 根据Windows CE 的驱动模型,利用流式设备驱动程序来驱动CC2420,实现粮仓温湿度采集的要求。-: Analysis using the PC as a monitoring device defects, the use of ARM-based wireless
  3. 所属分类:Windows CE

    • 发布日期:2017-03-27
    • 文件大小:121983
    • 提供者:lixiaofeng
« 12 »
搜珍网 www.dssz.com