搜索资源列表
VC串口
- 基于MSComm控件的PC串口通信原程序,利用中断方式接收数据-MSComm on the original PC serial communication procedure, and use interrupt receiving data
深入浅出VC++串口编程之基于控件
- Visual C++为我们提供了一种好用的ActiveX控件Microsoft Communications Control(即MSComm)来支持应用程序对串口的访问,在应用程序中插入MSComm控件后就可以较为方便地实现对通过计算机串口收发数据。-Visual C to provide us with a handy Microsoft ActiveX controls Communications Control (MSComm) to support the applications o
MSCOMM
- 用VC++实现的串口通信程序,由于本人是笔记本,没有串口,所以本程序可做为研究串口设置之用.
mscomm
- VC++的 应该 是 我们2008年6月16日19:53:46反对
MSComm
- 一个使用VC串口控件的小例子,虽然比较简单,但对初学者掌握串口编程还是有帮助的
SCommTest
- 一个通过VC MSCOMM控件实现的,串口通讯程序,适合学习串口通讯的基本知识~
MScomm
- 为解决实际测控系统中在控制中心的上位机和控制功能设备的下位机之间传送命令和文件的问题,在讨论VC++6.0中MSComm控件的基础上,通过制定通信协议、给命令和文件加入标识构成包进行传送,从而正确地区分了命令和文件.实验表明,基于该通信协议,可以成功地传送命令和多类型文件.
MSComm.rar
- 自己开发一个VC++串行口编写程序,希望我上传的资料对大家有用.,Their development of a VC++ Serial port programming, hoping that I upload the information useful for all of us.
MSComm.rar
- 用MFC编的读取串口数据并画实时曲线的VC++程序源码,MFC vc++
vc_serialport_communication
- MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
MSComm
- labview MSComm控件,是跟vc++中的控件一样,可以在lbview中直接调用-labview MSComm control, with vc++ of control, like, you can directly call lbview
SerialReceiveAndSend
- 本实例演示了VC++中串行通信的实现方法,采用了WINAPI方式,而不是常见的MSCOMM控件,程序灵活性更强。-The examples demonstrate VC++ In serial communication method, using the WINAPI, rather than common MSCOMM controls, procedures more flexible.
MSComm
- 基于控件的编程 可与利用VC自带的通信控件进行串口编程-Programming can be based on the control and utilization of the communication control VC to bring their own serial port programming
mscomm
- vc使用mscomm做的串口调试程序,支持16进制-vc MSComm do use serial debugger, support 16-band
Serial-MSComm
- 利用VC++提供的MSComm控件实现串口通信,里面有详细说明过程和软件-VC++ Serial MSComm
Comm
- Using MSComm ActiveX in VC++, use CString cla-Using MSComm ActiveX in VC++, use CString class
RS_232_FULIYE
- vc 6.0下使用MSComm控件进行串口通讯,可进行相应的通讯设置,显示串口数据并动态绘制波形图/曲线图,使用快速傅里叶变换将时域信号的串口数据转换为频域值,并动态显示。代码内有注释-vc 6.0 control for the use of MSComm serial communications, the communications can be set, indicating the serial data and dynamic mapping wave/curve, the use
vc-mscomm-serial-communication
- 基于vc6.0串口通讯上位机温度软件,可以画出实时曲线,显示时间和接收的温度,我花了很长时间才搞定。-PC-based serial communication vc6.0 temperature software, you can draw the curve in real time, display time and receive the temperature, I took a long time to get it.
VC-MSComm
- 自己写的vc MSComm串口测试程序,适合初学者学习。