Windows CE.NET 4.2下PC与单片机的串行通信 - 编程吧

上一篇 | 下一篇

Windows CE.NET 4.2下PC与单片机的串行通信

发布: 2008-1-30 01:28 | 作者: 佚名 | 来源: 转载 | 查看: 6次

Windows CE.NET 4.2下PC与单片机的串行通信 - [其它操作系统]
用户名: 密码: 免费注册 忘记密码? 网站地图 | 加入收藏 | 设为首页
首页 | 新闻 | 工具 | 系统 | 办公 | 聊天 | 多媒体 | 网页 | 运营 | 平面 | 欣赏 | 数据库 | 程序 | 服务器 | 组网
网页 | 3dmax | Ghost | Windows Xp| Dreamweaver | photoshop | Flash | office | Alexa | Css | QQ | Asp | PHP | Jsp | Access
Flash MX 2004入门 | 网站推广策略 | CorelDRAW入门 | ASP学习 | 网站建设大师功 | Word入门
  iTbulo.com > 学院 > 操作系统教程 > 其它操作系统 > 正文
Windows CE.NET 4.2下PC与单片机的串行通信
iTbulo.COM 2007-5-17 未知()
摘 要:Windows CE.NET 4.2是面向移动计算和嵌入式应用的嵌入式操作系统,特别为有限的硬件资源设计了多线程、多任务和完全优先的操作系统环境,并具有强大通信能力,RS 232串行通信是Windows CE.NET 4.2支持的最基本的通信方式。介绍了在Windows CE.NET 4.2下实现RS 232串口通信的方法和过程,包括如何打开、配置、读写、关闭串口和使用多线程来实现类似的异步串口通信,深入讨论了正确实现通信的几个关键问题。

  关键词:Windows CE;串行通信;多线程;嵌入式操作系统

  Serial Communication of PC and Single Chip Computer in Windows CE.NET 4.2

  ZHOU Chengpeng, XU Yajuan, YIN Xiaogong

  (School of Electrical Engineering, Wuhan University,Wuhan,43007 2,China)

  Abstract:Windows CE.NET 4.2 is an operation system for mob ile computing and embedded application It designs a multithread, multitask and full priority operating system environment for limited resources specially, andit enables powerful communicate ability RS 232 serial communication is the mo st basic communication mode supported by Windows CE.NET 4.2. This paper intro duces the method and process of RS 232 serial communication in Windows CE.NET 4.2 including how to open, configure, read, write and close the port, and how torealize asynchronous serial port communication by means of multithread, and dis cusses several key techniques to realize communication rightly

  Keywords:Windows CE;serial communication;multithread; em bedded operating system

  在工业控制中,常需要将单片机采集到的数据传送给PC机处理、显示,并且根据处理结果给单片机发送控制命令。串行通信虽然传送速度相对较慢,但是传送成本低,对实现监视和控制,具有足够的带宽,并且没有过于复杂的编解码,实现自定义的协议也不复杂,因而在工业自动化、通信和军事等领域的应用十分广泛。随着Windows CE嵌入式操作系统在工业控制中的广泛应用,设计和实现Windows CE下PC与单片机的串行通信具有重要的意义。

  1Windows CE.NET 4.2简介

  Windows CE 是一个面向移动计算和嵌入式应用的操作系统,其突出优点是模块化、可定制性、完备性、实时性、通信能力强大和基于Win32应用程序编程接口。Windows CE.N ET 4.2是为嵌入式市场重新设计的Windows CE 3.0的后继产品,为快速建立下一代智能移动和小内存占用的设备提供了一个健壮的实时操作系统。他包括创建一个基于定制设备的Wi ndows CE所需的一切。

[1] [2] [3] [4] 下一页

");
文章搜索
相关资讯
相关文章 相关下载
Windows CE环境下无线网卡的自动安装
Windows CE为什么要 泄露天机?
焦点信息

TAG: 操作系统

字号: | 推荐给好友

 

评分:0

我来说两句

seccode