搜索资源列表
Windows CE下的串口通讯类
- 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVER
atemperaturcollectingsystembasedonMCU
- 一个温度采集系统的单片机程序与WINDOWS 串口通信程序-a temperature acquisition system SCM procedures and serial communication program WINDOWS
VC串口通信(RS232C)源程序
- 有关单片机和PC机通信的在Windows下的源代码-the SCM and PC communications in the Windows source code
iar 官方stm32虚拟串口例程
- iar 官方的虚拟串口程序,使用stm32f103zet6,含windows安装文件
Windows CE 串口读写 测试 源代码
- Windows CE 串口读写 测试 源代码
WindowsCE_serialport_program.r
- 友善之臂QQ2440开发板在Windows CE平台下的串口通信编程。,QQ2440 the arm-friendly development board in the Windows CE platform programming serial communication.
WINCE.rar
- BtSquirt:两个CE系统进行蓝牙传送文件的程序 MySquirt:两个CE系统进行红外传送文件的程序 ListNet:能列出CE系统网络连接的小程序 RegView:能浏览指定注册表内容的程序 CeChat:基于串口通信的聊天程序 摘自《Windows Embedded CE 6.0 Developer Reference》一书 ,BtSquirt: two CE systems procedures Bluetooth transmission of docu
upload
- CEComm: Windows CE 4.0下的串口调试程序 串口精灵源代码 TTY:Windows 下的类似超级终端的原代码. TAPICase: Windows 下用TAPI拨号的例子 image: Windows 下一个数字图象处理的综合实例-CEComm: Windows CE 4.0 serial under the debugger source code wizard serial TTY: Windows under similar HyperTerminal the origi
mapinfo
- 自己开发的子windows mobile下面运行的简单的GPS定位系统,带串口驱动,从串口接收GPS的信号,质量绝对高!-Developed their own sub-windows mobile running the following simple GPS positioning system, with the serial driver, from the serial port to receive GPS signals, the absolute high quality!
WindowsCEserial
- Windows ce 串口通信编程指南 很值得研究-Windows ce serial communication programming guide is worth studying
WinCE
- Windows CE 系统开发 串口通信讲解-serial communication and Windows CE
090527softwaredesignofanalysisofgammarayscollected
- 能谱仪VC++6.0软件个人设计是由本人2009年05月开发的γ能谱仪VC++6.0软件 不过由于我是初次接触VC,很多语句调用和逻辑算法都还是新手阶段,请勿见笑 本软件包括 1.调用MFC控件接受串口数据包(数据包为附件中通讯协议规定) 2.调用pDC绘图(绘制表格和谱线) 3.实时采集数据并处理(处理部分其实还没写好) 4.调用WINDOWS系统的OFFICE控件将采集到的数据保存到EXCEL(由于我不会建立文件夹,所以在运行前,必须在C盘建立一个文件夹“collec
TestCom
- Windows Embeded CE6.0 下面用的串口调试工具;vs2005下编译C++代码-Windows Embeded CE6.0 following debugging tools use the serial port vs2005 compile under C++ code
qianruusb
- 如何使用USB总线接口在单片机系统中实现一个虚拟串口的原理和实现过程。在设计中,软件部分采用USB的CDC类标准来实现虚拟串口,这样可以使用操作系统(Windows,Linux)自带的驱动程序;在硬件设计中,使用自带USB从设备接口的AT89C5131单片机,提高了系统的集成度和可靠性-How to use the USB bus interface in single-chip realization of a virtual serial port system, the principle
DotNETCFSerialPort
- 本程序是基于VS2005.NET Compact Framework 开发,已经编译为“串口测试程序.EXE”,该软件可以直接运行在WINDOWS CE5.0的设备上,共测试串口用,或是学习.net compact framework串口编程做参考-This procedure is based on VS2005.NET Compact Framework development, has been compiled for the " serial port test program
EVCComport-Source
- Wince下的串口源代码,让你可以在Windows CE下实现串口的访问。-Wince under the serial source code, so you can port Windows CE to achieve access.
Phone1.0_SRC
- s3c6410开发板 测GPRS模块的源码一、测试AT指令 1) 启动开发板(用户将会看到GPRS同时启动,LED灯闪烁),进入WINCE界面,点击“我的设备”进入,看到WINDOWS文件夹点击进入,将会看到“SerialPort”, 双击打开; 2) 出现SerialPort 串口菜单,然后点击齿轮图样的按钮进行设置,GPRS 串口号 设置为COM2,波特率设置为9600,其它不用设置,然后点击确定; 3) 在刚才的SerialPort 串口菜单上输入AT指令(
VirtualSerial
- windows CE 环境下的虚拟串口驱动示例代码。 -virtual serials code in windows CE.
stm32虚拟串口驱动1.4
- Windows下STM32 USB虚拟串口驱动程序。本人经多次实验发现,必须在开发时,设置CDC的PID和VID两个参数与驱动程序中stmcdc.inf中的数字相同。否则,系统将不可识别STM32的USB口为串口。(STM32 USB virtual serial port driver under Windows. I have many experiments found that must be in development, set the CDC PID and VID, two pa
ceSuperUART
- 基于SuperSerialPort在visual studio 2008重新编译,静态mfc编译,在wince7中可以直接打开运行。重新配置界面,取出多余无用功能,简洁方便,可以配置一般串口调试助手等功能,下载到wince 7中亲测可用,wince6.0中没有测试(Based on SuperSerialPort Visual Studio 2008 recompile, static MFC compiler, in wince7 can directly open the operation