搜索资源列表
WindowsCEcom
- 以前看了很多文档,知道Windows CE的串口如何操作,但是由于从来没有想过要用串口,也没有实际的作过。昨天有人需要用我们的开发板,而他们主要就是要用串口,我就写了一个程序,用来测试串口是否工作。记录下来,作为以后串口通信程序的起点-before seen a lot of documents, Windows CE know how to operate the serial, But he never thought to use serial port, nor the actual m
WindowsCE_Dev
- Windows CE 设备驱动程序开发指南,介绍了为基于Windows CE的设备开发设备驱动程序的过程。解释了如何创建简单和流接口驱动程序,以及如何实现USB和NDIS驱动程序。-Windows CE Device Driver Development Guide, introduced a Windows CE-based equipment device driver development process. Explain how to create a simple interface
WindowsCE
- WindowsCE的便携式振动监测仪软件开发与设计.。便携仪表适用于工业现场, }供运行人员对现场设备运行情况进行实时地测量、显示和分析。高级嵌入式计算机 三和网络技术的应用,使仪器仪表将传感测量、补偿计算与信号分析处理等功能集于-Windows CE portable vibration monitoring device software development and design. . Portable instruments applicable to the industri
Programming_Microsoft_Windows_CE
- windows CE 编程指南的书,适合windows CE的嵌入式开发人员-windows CE Programming Guide, the book suitable for windows CE Embedded Developer
wince_embeded
- 基于Windows CE的嵌入式开发研究 Research of Embedded Development Based on Windows CE 【摘要】 近年来基于嵌入式系统的数字化产品在全球范围内得到了突飞猛进的发展,嵌入式技术已成为一个研究热点和消费热点。而Windows CE由于它的多任务、实时性、模块化、强大的通信能力等特点,在嵌入式系统的诸多领域都有了广泛的应用。本文首先探讨了嵌入式系统的特点,分类,前景,然后对各种嵌入式操作系统和Windows CE的特点及开发工具
WindowsWindowsCE
- 0060531am--Windows嵌入式开发系列课程(1):Windows CE系统定制开发入门
WindowsCEWirelessDevicesresearch
- 本文就此介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识-this is a arcticle about Windows CE Wireless Devices research.
PB_WinCE
- 使用platform builder开发wince嵌入式系统指导,内容包括: 使用Platform Builder配置Windows CE操作系统 3 引言 3 1 建立配置Windows CE的软硬件环境 3 2 Platform Builder 3.0提供的配置文件 4 3 设置环境变量、生成映像文件NK.BIN 6 4 修改配置文件添加RTL8139网卡驱动 8 5 总结 9 Platform Builder之旅(一) 10 Platform Build
WindowsMobileUI
- Windows Mobile 是基于Windows CE操作系统的,是针对小内存和有限资源的移动设备而进行的开发,因此在开发过程中同PC的开发有很大的区别。特别是UI的开发,要针对手持设备进行开发,同时要符合手持设备的习惯操作。下面就我在开发过程中对UI开发的认识进行一些叙述。-Windows Mobile is based on Windows CE operating system, is aimed at small memory and limited resources for the
PXA270-WinCE.net5.0
- 博创科技公司的基于pxa270的windows ce开发手册,适合初学者使用-Pioneering technology company based pxa270 for windows ce development manual, suitable for beginners
WinCE
- 基于嵌入式操作系统Windows CE,采用Visual Studio 2005作为开发工具,研究并设计一简单秒表的开发与运行过程。-Based on the embedded operating system Windows CE, Visual Studio 2005 as the development tools, research and design of the development and operation of a simple stopwatch.
wince-
- 有关windows ce 的驱动以及开发坏境方面的知识。-Windows ce driver and the development of the knowledge of the bad environment.
ZeroC
- ZeroC ICE 是指ZeroC公司的ICE(Internet Communications Engine)中件间平台。对于客户端和服务端程序的开发提供了很大的便利。 目前ICE平台中包括Ice,Ice-E,Ice Touch。 Ice为主流平台设计,包括Windows和Linux,支持广泛的语言,包括C++,Java,C#(和其他.Net的语言,例如Visual Basic),Python,Ruby,PHP和Actionscr ipt。也包括所有的ICE服务,例如Ice Gr
基于ARM 与WINCE 的RS485 驱动程序设计
- 随着工业设备控制要求的日益复杂,嵌入式的工业控制系统成为必然趋势。由于RS485 具有良好的抗干扰性、传输距离长和多站能力等优点,在工业控制领域中应用最广泛。为了开发基于ARM9 内核和Windows CE 5.0 系统的RS485 驱动程序,首先给出了硬件电路设计,接着阐述了Windows CE 系统的驱动模型以及中断处理方法;然后详细描述了RS485 驱动程序的具体设计过程,包括驱动程序的结构设计、关键函数设计、驱动程序的注册和加载等。实验结果表明,RS485 驱动程序运行稳定可靠。