搜索资源列表
zwjmscomm
- 在主对话框中加入一个复选接钮,ID为IDC_CHECK_HEXSEND Caption: 十六进制发送,再利用ClassWizard为其添加控制变量:m_ctrlHexSend; 在ClassView中为SCommTestDlg类添加以下两个PUBLIC成员函数,并输入相应代码 -the main dialog box to add a button to check then, ID IDC_CHECK_HEXSEND Caption : hexadecimal sent, reu
SCommTestdlg
- MSComm控件在对话框中的用法-MSComm control in the dialog box usage
CHAPT12
- CHAPT12\\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12\\Chapt12.dsp The Visual C++ project file for the program. CHAPT12\\Chapt12.dsw The Visual C++ workspace file for the program. CHAPT12\\Chapt12.h The header
ComCtrl 基于MFC对话框的串口程序
- 基于MFC对话框的串口程序,串口能发送和接收数据,对于接收的数据画出曲线。-MFC dialog-based serial program, can send and receive serial data, the received data to draw curves.
Example.rar
- MSCOMM控件编程实例,主要展示了通过对话框程序来在pc机上接受,发送串口数据。,MSCOMM control programming examples, mainly through the dialog box display process to accept the machine in the pc, send the serial data.
myWindowsSerialportTools
- 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
serial.rar
- 利用CSerialPort类,设计了基于对话框的多线程通信程序,可完成两台计算机之间的串口通信,CSerialPort use category, the design of dialog based on the multi-threaded communication procedures between the two computers to be completed by the serial communication
CommTest
- 这是Remon Spekreijse 写的一个串口类,类作者Remon Spekreijse 已作了一个基于对话框的同时检测4 个串口示例的程序.对串口编程非常有帮助。-This is the Remon Spekreijse write a serial port class, class by Remon Spekreijse has already made a dialog based on the simultaneous detection of four serial ports
MFCAPISeriesPort
- 基于MFC对话框的 WIN32 API串口通信程序-MFC dialog-based WIN32 API serial communication program
TYbCommDevicshili
- 这是控件内部使用的对话框,代码没有做任何修改。 由于程序是多语言自动识别的,可能程序略显复杂一些。 这个程序里面使用了内码转换,虽然源程序都是GBK码的汉字,但能够根据运行平台或设置进行汉字内码转换(GBK<=>BIG5) ☆可以参照这个程序做串口设置程序,串口设置保存在与 .EXE 文件同名的 .CFG 里。 ☆可以参照这个程序做多语言自动识别程序,支持简体中文、繁体中文、英文。-This is the internal use of the dialog b
SCommTest
- 基于DIALOG的MSCOMM串口通信,可设置串口参数进行读写,能够为初学者提供帮助。-MSCOMM based on the serial communication DIALOG, serial port parameters can be set to read and write, able to provide help for beginners.
Example
- 基于Windows API的虚拟终端实现,较之控件方式更为灵活。不用对话框支持。-Based on the Windows API to achieve the virtual terminal, more flexible way than the controls. Dialog box do not support.
MFCSerialCommunicationProgramDesign
- MFC串行通信程序设计。建立基于对话框的MFC程序框架,实现数据的发送和接收。-MFC serial communication programming. The establishment of dialog-based MFC application framework, the sending and receiving data.
SerialPort2
- 一个简单的基于对话框串口发送接受测试程序,可以选择串口。-A simple dialog-based serial port sending and receiving test programs, you can choose serial port.
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
Serial
- 串口配置工具,可以简单实现串口的配置 利用弹出对话框的方式.-Serial port configuration tool, you can realize a simple serial interface configuration mode to use pop-up dialog box.
com
- 应用CSerialPort类编制基于对话框串口通信程序编程及测试报告 -Application CSerialPort class prepared serial communication based on dialog programming and test reports
vcMSComm
- 在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem). 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -Mfc carried out in the simplest way serial communication than in the dialog box c
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
easySerialPortTest
- Visual C++6.0环境下应用CSerialPort类来编写一个基于对话框的测试测试程序。-Visual C++6.0 environment applications CSerialPort class to write a test program based on the dialog box testing.