搜索资源列表
AboutMSCOMM
- 这是我在平时写VC程序(说准确点是在写一个串口程序时)发现的使用MSCOMM控件时需要进行的一些设置,希望对大学有点帮助啊!-This is what I wrote in peacetime VC (accurately point is a serial write process) found that the use of MSCO MM controls required for the setting up, and I hope to help the University a l
MSComm
- MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法。具体的来说,它提供了两种处理通信问题的方法:一是事件驱动(Event-
chuankoushoufa
- 用VC编写的串口收发,使用MSCOMM控件,能实现基本功能-Written by VC serial transceivers, using MSCOMM control, to achieve the basic functions of
chuankoushoufa
- 用VC编写的串口收发文件代码,使用MSCOMM控件,能实现基本功能-With the VC send and receive documents written in serial code, the use of MSCOMM control, to achieve the basic functions of
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
mscomm
- 图解VC++6.0中使用mscomm串口控件,有需要学习串口编程的随意下载-Graphic VC++6.0 used mscomm serial control the use of graphic VC++6.0 mscomm using the serial control diagram VC++6.0 mscomm serial control the use of graphic VC++6.0 mscomm serial control the use of graphic VC++
comm
- 利用MSComm控件实现的VC串口收发程序- The basic VC serial transceiver
vcPPWindows-API-CSerial-MSComm
- vc++ 串口编程,用vc++编写上上位机程序 常见的几种方式以及注意事项均有介绍