Welcome![Sign In][Sign Up]
Location:
Search - wince Device

Search list

[Other resourceWINCE设备驱动程序开发指南

Description: 介绍了为基于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 universal serial bus (USB) and Network Driver Interface Specification (NDIS) driver
Platform: | Size: 4351770 | Author: akay | Hits:

[Chess Poker gamesWindows CE 电源管理

Description: 掌上设备的电源管理的代码。编掌上电脑程序必读。-handheld device power management code. Part handheld computer program mandatory.
Platform: | Size: 14336 | Author: 张昭 | Hits:

[Windows CEWINCE设备驱动程序开发指南

Description: 介绍了为基于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 universal serial bus (USB) and Network Driver Interface Specification (NDIS) driver
Platform: | Size: 4352000 | Author: akay | Hits:

[Driver DevelopWinCE下的触控屏驱动程序源代码

Description: 用evc编写的WindowsCE.net的触控屏驱动程序源代码-tangible screen driver source code in wince system
Platform: | Size: 32768 | Author: 天边 | Hits:

[SymbianS60_Platform_Bluetooth_OBEX_Example

Description: This C++ code example provides a method for transferring objects or chunks of data from one device to another via the Bluetooth OBEX protocol. These chunks are typically files or other blocks of binary data. This example demonstrates how to run OBEX on top of the Bluetooth RFCOMM protocol, but OBEX can also be used with other transport media, such as IrDA and USB.
Platform: | Size: 168960 | Author: Jack | Hits:

[Windows CEWinCE.netDebug

Description: WinCE平台下设备调试的入门教程,适合初学都使用。-WinCE platform device debugging Tutorial for beginner use.
Platform: | Size: 408576 | Author: Fred Lau | Hits:

[Windows CEWinCE

Description: WinCE 设备驱动程序开发指南中文版的,花了很多钱买的希望大家珍惜-WinCE Device Driver Development Guide to the Chinese version, and spent a lot of money to buy the hope of U.S. Value
Platform: | Size: 3902464 | Author: fmy | Hits:

[Driver Developwincedriver

Description: wince驱动开发参考,对wince驱动入门很有帮助-wince device driver .....very useful for
Platform: | Size: 219136 | Author: bunney | Hits:

[VC/MFCWindowsCE

Description: microsoft windows ce 设备驱动开发介绍了基于wince设备的开发设备驱动的开发流程-microsoft windows ce device driver development wince device based on the introduction of the development of device driver development flow
Platform: | Size: 4352000 | Author: ted | Hits:

[Windows CEWinCE_Device_Manager

Description: 这篇文挡主要介绍wince下器件驱动开发和管理-this document mainly introduce that wince driver development for managing and controling all devices
Platform: | Size: 394240 | Author: Peter Hong | Hits:

[Driver DevelopWinCE_GPIO_drivers

Description: WinCE流设备驱动简介及GPIO驱动的实现,在包里面,有傻瓜式教程教你怎么写个最简单的GPIO程序,同时附上了该程序,你只需要按照步骤一步一步就可以实现wince的GPIO程序写作。-WinCE flow profile and GPIO device driver driven to achieve, in the package inside, a fool-style tutorials teach you how to write the most simple GPIO procedures, together with the procedures in accordance with the steps you need can be achieved step by step, wince the GPIO writing process.
Platform: | Size: 5339136 | Author: | Hits:

[Software EngineeringwinCE-driver

Description: winCE 设备驱动介绍。英文的啊。-winCE device driver.
Platform: | Size: 3186688 | Author: jason | Hits:

[Windows CERetrieveGUID

Description: 一个通过RAPI获取WINCE设备的UUID的程序。比较偏门,但或许会有人用的到。-RAPI access through a WINCE device UUID and SD CARD ID procedures. Comparison of loopholes, but perhaps that would be used.
Platform: | Size: 8563712 | Author: LZ | Hits:

[Windows CEHiveBased_NandFlash

Description: WINCE 6.0 3 stack board: This document explains the settings to be done for creating a HIVE based image. This image will have a persistant storage folder called "NAND FLash". Any file can be stored into this folder even at run time & this will be retained even after power off of the wince device
Platform: | Size: 5120 | Author: raghunath | Hits:

[Windows CEwince-2410-gipo-button

Description: 2410 wince 4.2 GPIO 按键驱动-2410 wince 4.2 GPIO device driver
Platform: | Size: 10240 | Author: w | Hits:

[Windows CEDeviceID

Description: WinCE device ID 判斷讀取程式-WinCE get device ID sample program
Platform: | Size: 88064 | Author: tea | Hits:

[Windows CEWINCEshebeiqudong

Description: WINCE设备驱动程序开发指南.pdf 第一章 Windows CE设备驱动程序工具包介绍 第二章 开发本机设备驱动程序 第三章 开发流接口设备驱动程序 ………… -WINCE Device Driver Development Guide. Pdf Chapter Windows CE device driver development toolkit chapter describes the native device driver chapter development stream interface device driver ... ... ... ...
Platform: | Size: 4352000 | Author: chenyu | Hits:

[Windows CEUSB-driver-on-wince

Description: 通用串行总线(USB)具有方便快速一系列优点,近年来已经发展成为一种比较普遍的计算机与外设的接口。在设计USB设备的过程中不可避免的要涉及到设备驱动程序的设计。首先整体上简要介绍了USB及其通信模型,然后详细讨论了Windows的WDM驱动程序模型,重点阐述了基于WDM的USB设备驱动程序的具体开发过程。最后给出了当前流行的几种USB设备驱动的开发工具及其特点。通过设计USB设备驱动,实现了自行设计的USB数据采集系统与PC的通信。 关键字:通用串行总线(USB); USB请求包(URB);即插即用(PnP);USB设备驱动程序-For USB’s the advantages of convenience and higher speed, recently it has become a popular interface between computer and peripheral device. It is inevitable to design USB Device Driver when we design a USB system. Firstly, the paper singly introduces the whole structure of a USB system, then describes Windows Driver Model (WDM) in detail, emphasis elaborates how to develop a USB Device Driver based on WDM. Finally, gives several popular tools and its characters to develop USB Device Driver. By designing USB Device Driver, we implements communication between our USB data acquisition system and PC.
Platform: | Size: 6144 | Author: duke | Hits:

[CSharpIcon-Menu-(Device)

Description: Icon Menu for wince button under the category
Platform: | Size: 1739776 | Author: zam | Hits:

[Windows CEwince-get-deviceid-cSharp

Description: CSharp write. function:get deviceid information in WINCE Device.-CSharp write. Function: get deviceid information in WINCE Device.
Platform: | Size: 2048 | Author: pengjun | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net