搜索资源列表
Windows CE下的串口通讯类
- 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVER
C2440_ComTest
- 基于三星2440串口的简单测试程序,可以进行接收和发送的检测-Samsung Serial simple test procedure can receive and send Detection
GPSComEVC3.0
- 程序实现了PDA对手持型GPS的导航设计。用一个串口类控制串口通讯,通过对接收的GPS数据分析导航信息。-program on the PDA handheld GPS navigation design. Serial category with a serial communication control, the reception of the GPS navigation data analysis information.
EvcSerialtool
- 本程序在serialport的基础上修改. 1. 加强了串口发送纠错能力,为串口拔插后的再连接提供了可能. 2.提高了串口接收的效能,由以前的查询方式接收改为由事件驱动 接收,在没接收数据时不占用CPU时间. 3.修改了16进制发送时只能发送大写的A--F,改后大小写a--f都 能发送. 4.修改了16进制发送时不能输入空格的毛病. 5.修改了接收大文件时,程序反应迟钝的毛病.
GPRStest
- wince下测试GPRS模块响应的程序,GPRS模块为SIM300,接S3C2440的串口1,发送AT到GPRS,则接收到其返回的OK.
TestSerial
- WinCE环境下串口接收、发送数据的一个程序,对WinCE串口编程很有帮助。
YsfTTY
- windows mobile ppc5.0 mfc 编制的串口测试程序,vs2005,包括发送,接收,保存
Serial1
- VS2005开发的在Wince平台下的串口测试程序。可以实现线程接收数据,设置DCB参数等相关功能。-VS2005 development platform in the Wince serial port test program. Can achieve a thread to receive data, set the DCB parameters related functions.
serialport-wince-5
- 在vs2005下开发的wince5.0下的serialport控件的使用程序,已经在pc与PDA之间成功通讯 按钮1是打开串口 按钮2是发送 按钮3是接收-Developed in VS2005 under wince5.0 use serialport control procedures are in pc and the success of communication between the PDA button 1 button 2 serial ports are open are
Serial_and_gprs_xp_WINCE
- 文件说明: 1 XP/2000 下异步方式串口类 SerialPort.h SerialPort.cpp 2 WinCE 下 同步方式串口类(本为阻塞方式,但读写都用了独立的线程,妙哉!) CESeries.h CESeries.cpp 3兼容 WinCE , XP/2000 平台的串口类,同步方式 TSerial.h TSerial.cpp
LazarusforwinceCOM
- lazarus编辑的用于winCE上的串口程序接收-lazarus editing procedures for receiving the serial port on winCE
UART_EX1
- wince 串口接收程序,提取电子罗盘的有效航向信息,并实时显示-wince serial port to receive the program
GPRS232
- wince下GPRS测试代码,拨号链接,从网络接收数据,然后通过串口发送出去,9160,软件EVC4.0。串口程序和网络接收处理得程序移植很方便!-source code that test GPRS on wince, Rial,receive data from internet and send out for serial port,hardware 9160,software evc4
CommMFC
- WinCE操作系统上串口接收及发送程序,VC++程序,有界面,简单易懂。-WinCE operating system serial port receive and transmit procedures, VC++ program, interface, easy to understand.