搜索资源列表
Windows CE下的串口通讯类
- 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVER
VBSerialPort
- VB.net开发的PPC下串口调试程序,用于监视计算机串口数据并反映在屏幕上,适用于初学者学习编程。-VB.net development of the PPC Serial debugging procedures, surveillance for computer serial data and reflect on the screen, applicable to beginners learning programming.
EVCDemo
- 我们项目的一部分,s3c2410 内核,用EVC编写的WinCE应用程序,较好的实现了WinCE系统启动程序自动运行,可靠的串口数据采集、传输、处理,以及模拟表头、模拟数字数码管的数字显示和屏幕实时曲线绘图功能。希望和有此开发项目的朋友共同交流、共同进步。 电话:13849347318 Email:jiny2002@tom.com -our part of the project, s3c2410 kernel, with the preparation of the EVC Wi
SeriesCOMTEST
- EMBEDDED VC++4.0 对WINDOWS CE下的串口通信进行实验.将常用的串口功能封装为一个类,以回调方式读取串口数据,在S3C2410 ARM上通过-EMBEDDED WINDOWS CE 4.0 pairs of serial communications experiments. Chang, The serial Packaging for a functional categories, in order to form a callback to read serial
SerialPort
- 基于CE下的串口数据读写程序。串口操作是Wince中最常用的操作之一。CE的串口驱动采用流式驱动,操作串口就像操作文档一样。但需要注意对串口进行正确配置,否则容易出丢数据的现象。
EVCDemo
- 我们项目的一部分,s3c2410 内核,用EVC编写的WinCE应用程序,较好的实现了WinCE系统启动程序自动运行,可靠的串口数据采集、传输、处理,以及模拟表头、模拟数字数码管的数字显示和屏幕实时曲线绘图功能。希望和有此开发项目的朋友共同交流、共同进步。
WinCE.rar
- 2440上Wince平台开发的点菜终端程序。通过运行的程序实现点菜,并且通过串口将点菜数据传输出去,failed to translate
CEGPS
- WINCE操作系统下,利用串口接收GPS数据。-WINCE operating system, using the serial port to receive GPS data.
SWJ
- WINCE下EVC++基于串口通讯公司项目完成源代码,具备RS232通信采集功能,和波形显示,数据存储功能,等等。很完善。经典-WINCE ARM92410
PDA_SerialPort
- wince下使用vc编写的对串口读写的小程序,调用底层api对串口进行操作,自己可以设置波特率等参数,并将读到数据进行现实-wince use vc prepared to read and write to the serial port of small programs, call the bottom of the serial api operate, they can set the baud rate and other parameters, and read data from
GPSCollection
- Wince下的GPS数据采集程序,包括了xml文件操作,GPS模块输出数据解析,串口操作,GPSgate端口映射等的源码。是一份不可多得的源码-Wince of GPS data collection procedures, including the xml file operations, GPS module output data analysis and serial port operation, GPSgate the source, such as port mapping. I
Demo1
- 用EVC编写的WinCE应用程序,较好的实现了WinCE系统启动程序自动运行,可靠的串口数据采集、传输、处理,以及模拟表头、模拟数字数码管的数字显示和屏幕实时曲线绘图功能。希望和有此开发项目的朋友共同交流、共同进步。-WinCE using EVC written application, a better implementation of the WinCE system startup program to run automatically, reliable serial data c
SerialSample
- wince下的串口通信软件,可以实现串口数据的采集,wince5.0测试可用.-wince under the serial communication software that enables serial data collection, wince5.0 test is available.
Datatrans
- wince下接收串口数据,通过socket转发到pc,包含客户端和服务器-wince to receive serial data through the socket forwarded to the pc, contains the client and server
testser
- wince串口数据转发程序,需要的可以-wince serial data forwarding process, need to take a look at
serial_test
- 基于AT91SAM9263 ARM920T处理器,在WINDOWS CE 5.0环境下开发的串口数据收发并显示的程序。使用EVC 4.0开发-Based on AT91SAM9263 ARM920T processor, in the WINDOWS CE 5.0 environment, the development of Serial Port bus data transceiver and display procedures. The use of EVC 4.0 Developme
wince_serial_data
- wince6.0下接收串口数据,通过socket转发到pc,包含客户端和服务器-source code of wince6.0 to receive serial data through the socket forwarded to the pc, contains the client and server
mainwindow
- wince应用的小程序主要是其测试串口数据收发情况的检测,主要是使用qt平台进行开发。-wince applications, mainly in the small test program send and receive serial data test case, the main development platform using qt.
serial_test
- ARM9上wince6.0准确无误实现串口数据收发-the uart transfer and receive code on arm9.0 based on wince6.0
七段码显示串口接收数据
- 在wince6.0上运行,使用PC104可以将串口接收到的数据存成文件,同时将实时数据以七段码的形式显示在屏幕上