CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
可用分押宝游戏火热进行中... 专题改版:Java Web 专题
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  VC/MFC >  进程/线程/DLL

MSComm控件中的OnComm事件在API下怎么实现?

楼主maplebridge()2005-02-03 12:59:06 在 VC/MFC / 进程/线程/DLL 提问

如果串口有数据则会触发MSComm的OnComm事件,这个功能用API来做的话怎么实现或者有什么函数? 问题点数:20、回复次数:2Top

1 楼ookook(黑暗之光)回复于 2005-02-04 16:29:35 得分 5

帮你UPTop

2 楼najzni(najzni)回复于 2005-02-04 17:15:31 得分 15

有api函数,你设置你关系的事件就可以了。  
  SetCommMask  
  The   SetCommMask   function   specifies   a   set   of   events   to   be   monitored   for   a   communications   device.    
   
  BOOL   SetCommMask(  
      HANDLE   hFile,         //   handle   to   communications   device  
      DWORD   dwEvtMask     //   mask   that   identifies   enabled   events  
  );  
     
  Parameters  
  hFile    
  Handle   to   the   communications   device.   The   CreateFile   function   returns   this   handle.    
  dwEvtMask    
  Specifies   the   events   to   be   enabled.   A   value   of   zero   disables   all   events.   This   parameter   can   be   a   combination   of   the   following   values:   Value   Meaning    
  EV_BREAK   A   break   was   detected   on   input.    
  EV_CTS   The   CTS   (clear-to-send)   signal   changed   state.    
  EV_DSR   The   DSR   (data-set-ready)   signal   changed   state.    
  EV_ERR   A   line-status   error   occurred.   Line-status   errors   are   CE_FRAME,   CE_OVERRUN,   and   CE_RXPARITY.    
  EV_RING   A   ring   indicator   was   detected.    
  EV_RLSD   The   RLSD   (receive-line-signal-detect)   signal   changed   state.    
  EV_RXCHAR   A   character   was   received   and   placed   in   the   input   buffer.    
  EV_RXFLAG   The   event   character   was   received   and   placed   in   the   input   buffer.   The   event   character   is   specified   in   the   device's   DCB   structure,   which   is   applied   to   a   serial   port   by   using   the   SetCommState   function.    
  EV_TXEMPTY   The   last   character   in   the   output   buffer   was   sent.    
  Top

相关问题

  • MSCOMM控件的oncomm事件
  • 求mscomm控件
  • ***还是Mscomm控件***
  • 关于mscomm控件
  • 关于MSComm控件
  • mscomm控件问题?
  • mscomm控件求救!!
  • mscomm控件求救!!
  • MSComm控件问题!~~~
  • 关于MSComm控件

关键词

  • ce
  • api
  • ev
  • 事件
  • detect
  • communications device
  • character
  • signal changed state
  • event
  • specified

得分解答快速导航

  • 帖主:maplebridge
  • ookook
  • najzni

相关链接

  • Visual C++类图书
  • Visual C++类源码下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
世纪乐知(北京)网络技术有限公司 版权所有, 京 ICP 证 020026 号
北京创新乐知广告有限公司 提供技术支持
Copyright © 2000-2007, CSDN.NET, All Rights Reserved
GongshangLogo