搜索资源列表
MSComm 控件的 Modem 通讯.rar
- MSComm 控件通过串行端口(serial port)传送和接收数据,为应用程序提供了串行通讯功能。而且在可视化编程盛行的今天,可以很方便的在Visual Basic(VB)、Visual C++(VC)、Delphi等语言及开发平台中应用。
串口通信控件ApexComm
- 提供串口通讯参数设置接口,控制方式设置接口,传递和接收数据手段控件是在VC++6.0下开发的-provide serial communication interface parameter setting and control settings interface, transmit and receive data means control of the VC 6.0 development
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
在VC++6.0中用MSComm控件编程,可以实现串口接
- 在VC++6.0中用MSComm控件编程,可以实现串口接-used in VC 6.0 MSComm programming, serial port access can be achieved
VC中串口编程资料汇总
- RS-232-C端口实时监控软件的设计实现 多线程技术在VC++串口通信程序中的应用研究 用VC6实现串行通信的三种方法 在基于单文档程序中应用MSCOMM串口通讯控件-RS-232-C port real-time monitoring software design multi-threading technology in VC serial communication procedures for the application of research VC6 realization o
VC下Mscomm控件的串口通信程序
- 可用于两台计算机之间的串口通讯测试,一台电脑上有两个串口也可以。还可以添加虚拟串口进行通信
VC++串口控件实现温度数据的采集并显示
- VC++串口控件实现温度数据的采集并显示,做出曲线,VC++ Serial control to achieve the temperature data collection and display, and make curve
VC-rs232.VC串口控制加摄像头视频适合机器人上位机
- VC串口控制加摄像头视频适合机器人上位机,只要适当改变active控件属性,就可以适应不同串口,很适合做机器人的上位机编程入门.,VC video camera plus serial control for robot host computer, as long as appropriate to change the active control properties, you can adapt to different serial port, it is suitable for r
MSComm
- 在vc++环境下是现在串口通信通信,利用mscomm控件实现,具有很强的借鉴意义。-In vc++ environment is the serial communication communications, the use of control mscomm realized, has a strong reference.
VCPPV1.0
- 1. VC++6.0串口操作实现GPS数据提取 2. VC++串口实现双机互联,包含视窗加代码 3. VC++编写的实时读写串口数据,并用VC画出相应的数据波形 4. VC++串口控件实现温度数据的采集并显示,做出曲线 -1. VC++6.0 serial operation to achieve GPS data extraction 2. VC++ Serial Port Dual Internet, including Windows add code 3. VC++ wr
MSComm 控件的 Modem 通讯
- MSComm 控件通过串行端口(serial port)传送和接收数据,为应用程序提供了串行通讯功能。而且在可视化编程盛行的今天,可以很方便的在Visual Basic(VB)、Visual C++(VC)、Delphi等语言及开发平台中应用。-MSComm controls (serial port) to transmit and the receive data through the serial port, has provided the serial communication
1
- 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -This procedure using VC6.0 Universal Serial control MsCo
SCommTest
- 电脑间串口通信两台计算机串口连接,一台内用龚建伟的串口调试助手发送数据,另一台用Vc的MSComm控件来接收数据,Vc界面中有一接收数据的文本框,一个“接收数据”按钮-Serial communication between the computer serial port to connect two computers, a serial port to debug on with GONG assistant to send data, another with the Vc of the
vccom
- vc串口通信程序,基于mscomm控件,有错误-vc serial communication program, based on mscomm
comm
- VC++6.0下的串口通信入门软件,使用的是MSCOMM控件,建议初学者使用-VC++6.0 entry under the serial communication software, using MSCOMM control, recommended for beginners to use
Examples_Of_SerialCommunication(vc)
- 串口编程的诸多例子,包括mmscom控件的使用、SerialPort类的使用以及对windows api函数的介绍。另外还提供了一个非常有用的串口编程助手软件。-Serial programming of the many examples, including mmscom control the use of, SerialPort class to use as well as the introduction of the windows api function. It also pr
C#SerialPort控件开发串口通信程序的例子 源码
- 串口工具的实现,VC++ 完整串口通信程序(发送和接受)(The implementation of serial port tools)
A163410914-27047
- VC++使用MSComm控件进行串口通信的例子,基于MSComm来实现,也就是使用串口发送和接收数据,程序运行后会自动检测串口,选择串口后就可以发送一些简单的文字来测试串口通信的效果,之类例子较多了,你可以在本站搜索下“串口通信”。(Vc + + serial communication using MSComm control for example, to implementation, based on the MSComm also is to use a serial port to
ActiveX控件串口通信
- 在VC++6.0中使用通讯控件-MSComm串行通讯控件,选用的开发环境即为Visual C++6.0,其中的通讯功能都是由MSComm通讯控件完成的。(In VC++6.0, we use the communication control -MSComm serial communication control. The selected development environment is Visual C++6.0, where the communication function is
VC++数据曲线动态绘制显示类
- MFC编程 实现数据绘制成曲线。经兄弟推荐最终决定用两个控件MCSCOMM与TeeChart来完成此任务。MCSCOMM控件时vc自带的串口控件,TeeChart Pro是一个强大的VCL图表组件,支持上百种2D和3D图表风格,并提供40多个数学和统计函数、无限制的轴和22个调色板(MFC programming realizes data plotting into curves. After recommendation by brothers, we finally decided to