搜索资源列表
串口通信控件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中串口编程资料汇总
- 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编写串口通信程序的源代码,并写出详细的编程过程-serial dual-Internet for reference! Preparation of VC MSComm control serial communication program's source code, and write a detailed programming process
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.
MScommchuankou
- vc++串口mscomm控件编程,上位机与下位机通过串口通信,绘制曲线,定义热键。值得收藏-VC++6 mscomm control of programming, PC and slave communication, VC mapping, the system is defined hotkey, for beginners and definitely worth collecting.
1
- 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -This procedure using VC6.0 Universal Serial control MsCo
MSComm
- MSComm 控件使用详解 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 MSComm 控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的 API 函 数,而且在 VC 、 VB 、 Delphi 等语言中均可使用。-MSComm control MSComm explain the use of control through a serial port transmit and receive data, for applications
Eg01
- VC++ 6.0 串口通信编程 使用 mscomm控件-VC++ 6.0 Serial communication programming using mscomm Control
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
VC6Comm
- 在VC++6.0中用MSComm控件编程,可以实现串口接收数据和发送数据,数据分别显示在接收框和发送框中。-In VC++6.0 using MSComm control program can be achieved to receive serial data and sending data, the data shown separately in the receiver box and sent box.
FileTransComm
- 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
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