搜索资源列表
MFCparallelport
- 这个类允许你在所有的Windows平台下使用低级端口I/O接口存取并口数据。例子程序使用一个定制的MFC/C++类实现了PC到PC之间通过“PLT1”进行简单的C/S文件传输。 -this type allow you to all the Windows platform using vulgar port I / O interface for parallel port access It is. Examples of programs use a customized MFC /
netdllHwSocket
- 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。
CharSend-Receive
- 利用MSComm控件,在一个MFC工程中实现对串口进行数据发送和接收
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
vc-CypressPUSB
- 采用CYPRESS公司的开发包编写的上位机程序,基于MFC的USB数据读写,驱动程序使用Cypress提供的通用驱动-Adopt the CYPRESS development package prepared by the PC program, MFC-based USB data read and write, the driver using the Cypress generic driver
MyUsbApp
- 用mfc编写的,usb接口上位机程序。适合各种具有usb接口开发板的数据传输-Prepared using mfc, usb interface, PC program. For a variety of development boards with a usb interface, data transfer
chuankoutongxin
- MFC实现的串口通信程序,工程分为发送端和接收端两部分,带有可执行程序和源码。可以将两台机器用一根串口线相连,由发送端发送数据,接收端便可以自动接受和现实出来。 程序简单但实用,对于需要用串口开发者是很有帮助的。 作者乐意与志同道合的朋友交流: E-mail: 44452114@qq.com QQ: 44452114-MFC to achieve serial communication program, project is divided into sender
CommTest
- 使用第三方类serialport类,进行串口通讯,基于vc++MFC编写,可以同时采集多个串口数据。-Multiple serial port communication
RS232COM
- mfc 编的上微机软件 接收串口数据并以曲线形式显示 能保存信息到数据库-mfc code of the computer software to receive serial data and displayed as a curve to the database can store information
MFC
- 项目的研究内容是对硅微谐振式加速度计的数据采集电路开展研究工作。硅微谐振式加速度计敏感结构输出的是两路差分的频率信号,因此硅微谐振式加速度计数据采集电路完成的主要任务是测出两路频率信号的差值。测量要求是:实现10ms内对中心谐振频率为20kHz、标度因数为100Hz/g、量程为±50g、分辨率为1mg的硅微谐振式加速度计输出的频率信号的测量,等效测量误差为±1mg。电路的控制核心为单片机,具有串行接口以便将测量结果传送给PC机从而分析、保存测量结果。 按研究内容设计了软硬件。软件采用多周期同
MFCSerialCommunicationProgramDesign
- MFC串行通信程序设计。建立基于对话框的MFC程序框架,实现数据的发送和接收。-MFC serial communication programming. The establishment of dialog-based MFC application framework, the sending and receiving data.
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
MFC-com
- 本文既写了在Windows中怎样用VC控件MSComm,又说明了API技术编程方法,在写用MSComm控件时,数据类型的转换说得不是太明白,初次涉猎串口编程的朋友恐怕看了还是编不出来;直接从底层编写的部分值得一读,说得较为详细,但你得先从VC教本上看一看什么是线程。-This paper is written in Windows using VC control how MSComm, and shows the API technology programming method, and w
serial-rs232-MFC
- 用VC++MFC编写的上位机软件,它可以通过rs232串口接收下位机发送来的数据并实时显示,还可以对波形作频率幅度检测,可以保存和回读波形。-Prepared using VC++MFC software, it can be through the RS232serial port to receive the client to send data and display in real time, but also on the wave frequency amplitude detec
test串口
- 对串口收发数据的调试,方便新手了解串口的相关知识(Serial port to send and receive data debugging, to facilitate novice understanding of serial knowledge)
HeightDetection20170609
- 基于Vs2017平台的MFC程序,用于进行数据传输,一个基础的例子,还有很多不完善的地方。(common by visual studio)
SCOMM_c1
- 标准的串口工具,实现串口曲线图,显示串口数据信息。(Standard serial port tools)
CommTest
- 基于MFC对话框实现PC与虚拟串口间的数据传输(Data transfer between PC and virtual serial port based on MFC dialog box.)
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