搜索资源列表
ComCtrl 基于MFC对话框的串口程序
- 基于MFC对话框的串口程序,串口能发送和接收数据,对于接收的数据画出曲线。-MFC dialog-based serial program, can send and receive serial data, the received data to draw curves.
UART
- windows下串口编程,从磁盘读取一特定格式的TXT文件,提取出其中的数据,通过串口发送,并接收返回数据。多进程实现。MFC-a c++ program of uart,the program read a .txt file from the disk and send the information by the UART port,MFC,multi process
MFCAPISeriesPort
- 基于MFC对话框的 WIN32 API串口通信程序-MFC dialog-based WIN32 API serial communication program
RS232COM
- mfc 编的上微机软件 接收串口数据并以曲线形式显示 能保存信息到数据库-mfc code of the computer software to receive serial data and displayed as a curve to the database can store information
RS232
- 串口助手源码,通过MFC的串口控件来控制数据的接发-Serial assistant source, through serial controls to control the MFC sending data
RTUWin32
- 串口通信编程,win32 vc++,界面。mfc win api -Serial Communication
91331982MSCommV1
- MFC下用MSComm控件实现串口通讯,调试通过,并且可以测量串口电压-This programme can transfer data to your seriel with the MSCOMM.
VCcom
- 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
mycom
- MFC编写的串口调试软件,利用MSCOMM控件编写。同时提供了软件的发行安装包,MSCOMM控件的注册授权文件和注册方法。-Serial debugging software written in MFC, using the preparation of MSCOMM control. While providing a software distribution package, MSCOMM control, the registration authority and the regis
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++
SCommTest
- MFC 串口通讯示例 成功设置波特率,并且可以下发十六进制命令-Serial Communication Example MFC
Wireless-Serial-based-on-MFC
- 在MFC Dialog环境下,用MSComm控件实现单片机与上位机的无线串口通讯,保存接收数据,并用画图函数实时画出数据曲线-In the MFC Dialog environment, using MSComm control MCU and the host computer with wireless serial communications, saving the received data, and draw with a real-time data curve drawing f
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)
test串口
- 对串口收发数据的调试,方便新手了解串口的相关知识(Serial port to send and receive data debugging, to facilitate novice understanding of serial knowledge)
MFC串口V2
- 基于vc++的MFC版串口通讯,可以快速上手串口通讯。(Vc++ based MFC serial port communication, can quickly reach the serial port communication.)
MFC串口
- 在vc的环境下 测试串口调试,简单发送和接收(VC serial port debugging)