搜索资源列表
串口通信程序
- 一个很好的COM口通讯类-An uart mfc example
chuankoutongxin
- MFC实现的串口通信程序,工程分为发送端和接收端两部分,带有可执行程序和源码。可以将两台机器用一根串口线相连,由发送端发送数据,接收端便可以自动接受和现实出来。 程序简单但实用,对于需要用串口开发者是很有帮助的。 作者乐意与志同道合的朋友交流: E-mail: 44452114@qq.com QQ: 44452114-MFC to achieve serial communication program, project is divided into sender
MFCAPISeriesPort
- 基于MFC对话框的 WIN32 API串口通信程序-MFC dialog-based WIN32 API serial communication program
MFC-usart
- vc 6.0下编写的串口通信上位机,对开发上位的有参考价值。-vc 6.0, prepared by serial communication PC, on the development of the upper reference value.
RTUWin32
- 串口通信编程,win32 vc++,界面。mfc win api -Serial Communication
comm2
- 利用VC++MFC编写的一个小型PLC串口通信程序。-VC++ MFC PLC
MFC_API_Arch_SeriesPort
- 于MFC对话框的 WIN32 API串口通信程序,实现串口通信与实时传输 接受的好例子-In the MFC dialog WIN32 API serial communication program to achieve serial communications and real-time transmission to accept a good example of
FileTransComm
- 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
VisualCofmrtech
- 在本书中,我们抛弃了Windows下串口通信中经常使用,但又被不恰当使用的MSCOMM控件,而是从基本的Windows API函数讲起,然后介绍它的类封装。在图形界面开发的部分,我们不仅介绍主流的MFC技术,而且对目前非常流行的Qt库中如何使用串口通信进行了详细说明。-VisualC++
PCRS32
- PC windows下实现串口通信程序,MFC编程,调试确实好用。-PC windows to achieve serial communication program, MFC programming, debugging really easy to use.
MFC-MSCOMM
- 采用MFC和MSCOMM控件编写的串口通信程序-MFC MSCOMM
MFC
- MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例.-Detailed MFC serial communication programming, mainly introduces the CreateFile () function and the WriteFile () function to read and write serial instances, and set the serial por
MFC串口例程
- VS2010基于对话框的MFC串口通信简明例程
VC_MFC串口通信编程详解
- VC++串口通信编程详解,简单实用,值得拥有(VC++ serial communication programming detailed, simple and practical, it is worth having)
vs2010串口通信
- 利用VS2010 MFC编写的串口通信软件源代码(Written using VS2010 MFC serial communication software source code)
HeightDetection20170609
- 基于Vs2017平台的MFC程序,用于进行数据传输,一个基础的例子,还有很多不完善的地方。(common by visual studio)
Unicode_Demo
- Unicode配置的MFC软件下实现不同字符的串口通信(Unicode configuration of MFC software to achieve different characters of serial communication)
串口v2
- 用MFC实现串口通信,可以实现简单的串口收发功能,附带全部源码(Realization of serial communication with MFC)
串口通信
- MFC下的串口编程,可以最高实现921600bps的串口通信(Serial port programming under MFC can achieve the highest 921600bps serial communication)
CommTest
- 基于MFC对话框实现PC与虚拟串口间的数据传输(Data transfer between PC and virtual serial port based on MFC dialog box.)