CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serial port mfc

搜索资源列表

  1. ScommAssistant

    0下载:
  2. 此程序利用MFC技术结合MSComm控件,使用C++语言编写。程序功能包括:手动设置串口参数,串行接收和发送数据,可以显示接收数据和保存接收数据等功能。此程序可以作为单片机与微机串口通信时的调试工具。-This program combines the use of MFC technology MSComm control, the use of C++ language. Program features include: manually set the serial port param
  3. 所属分类:Communication

    • 发布日期:2017-05-24
    • 文件大小:3711636
    • 提供者:zhouqing
  1. TestCom

    0下载:
  2. 利用vc6.0 创建了mfc工程,实现了一个串口程序,是自己根据网上的代码,加上自己添加的代码,适合初学者。-Use of vc6.0 created mfc project implements a serial port program their own code under the web, plus add their own code, suitable for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3357465
    • 提供者:speed
  1. wang_mscomm-

    0下载:
  2. 基于mfc activeX控件的串口使用方法总结。-Mfc activeX control is based on the serial port to use summary.
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:6154
    • 提供者:wang
  1. BCB5_COM

    0下载:
  2. 一个MFC下使用串口的程序,界面简单了些-An MFC program using serial port interface a bit simpler
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:16842
    • 提供者:yuzw
  1. VC_ComDlg

    0下载:
  2. BCB5_COM 是在BCB5下使用的例子 Console 是在控制台中使用的例子 VC_ComDlg 是在对话框中使用的例子一个MFC下使用串口的程序,界面简单了些-BCB5_COM is BCB5 example of using the console to use Console is the example of VC_ComDlg is an example in the dialog box used in an MFC program using serial port
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1939818
    • 提供者:yuzw
  1. Console

    0下载:
  2. BCB5_COM 是在BCB5下使用的例子 Console 是在控制台中使用的例子 VC_ComDlg 是在对话框中使用的例子一个MFC下使用串口的程序,界面简单了些-BCB5_COM is BCB5 example of using the console to use Console is the example of VC_ComDlg is an example in the dialog box used in an MFC program using serial port
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:12442
    • 提供者:yuzw
  1. chuankoutiaoshi

    0下载:
  2. 实现了MFC串口编写的串口调试程序,很实用-MFC implements serial port serial port debugger written, very practical
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:2029701
    • 提供者:张远超
  1. MFC20100619221344

    0下载:
  2. 这是MFC串口编程的具体步骤 对学串口编程有很大帮助-This is the MFC programming serial port programming of specific steps to learn of great help
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:29320
    • 提供者:袁建超
  1. API_com

    0下载:
  2. 用API函数写的串口测试程序,MFC模式下的,可以做API串口编程参考-API function to write the serial port with the test procedure, MFC mode, and can do serial programming API Reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1979281
    • 提供者:API串口
  1. SCIControlTest

    0下载:
  2. 该程序实现了利用串口发送命令来控制下位机电机转速的监控界面。该界面利用MFC编写,开发环境为VS2008。界面上有一个转速示波器分别显示给定转速和实际转速。并且示波器大小和比例尺还会随着窗口的变化而变化。 其下位机程序为SCIControlTest_DSP-This program implements the control interface of moter speed via serial port. And the interface was programed with MFC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-30
    • 文件大小:12816558
    • 提供者:ZXH
  1. vcMSComm

    0下载:
  2. 在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem). 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -Mfc carried out in the simplest way serial communication than in the dialog box c
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:75594
    • 提供者:mengchao
  1. job

    0下载:
  2. 实现功能: 1、修改背景颜色 2、修改mfc系统icon图标 3、下拉列表,控制波形显示,模拟串口发来的数据 4、ADO数据库直连,读取数据,显示 5、添加串口类,显示本机的串口数目 6、显示鼠标点击的相对位置 7、状态栏,动态时钟控制显示 -Function: 1, 2, modify the background color, change the system icon icon mfc 3, the drop-down list, the c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:2054876
    • 提供者:王方雨
  1. SerialApp

    0下载:
  2. 用MFC编写的计算机串口程序,既可以直接用也可以当做学习串口编程的案例-Computer serial port with a program written in MFC, either directly with the serial port can also be programmed as a case study
  3. 所属分类:Communication

    • 发布日期:2017-05-24
    • 文件大小:3529805
    • 提供者:jiangmaokui
  1. Example-2

    0下载:
  2. 实现串口通信,用VC++可以实现,基于单文档的MFC。设置串口端口,连接串口-Achieve serial communication, with VC++ can be achieved, based on single document MFC. Set the serial port, serial port connection
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:1979237
    • 提供者:刘玉兰
  1. SerialPortVxD

    1下载:
  2. 串口通信MFC源码,实现串口发送与接收。-Serial communication MFC source code to achieve the serial port to send and receive.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:59388
    • 提供者:Kevin
  1. MSCommMultiPort

    0下载:
  2. Visual C++6.0环境下利用MSComm控件在VC中MFC程序中控制多个串口。在使用MSComm控件时,1个MSComm控件只能同时对应1个串口。如果应用程序需要访问和控件多个串口,那么必须使用多个MSComm控件。在基于对话框的MFC应用程序中应用MSComm控件编程实现对COM1和COM2的串口控制,双方同时可以发送和接收数据,并把接收到的数据显示在接收编辑框中。-Visual C++6.0 environment using MSComm control in VC in the
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:42007
    • 提供者:借方鋆
  1. SerialCom

    0下载:
  2. 基于串口的MFC编程,包含,很多实例,可以和一本串口教程配套-MFC-based serial port programming, including many instances, can support a serial tutorial
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4864063
    • 提供者:小志志
  1. TestComm

    0下载:
  2. MFC以十六进制方式通过串口发送和接受数据-MFC hexadecimal way to send and receive data through serial port
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5577028
    • 提供者:zhangjun
  1. CODE_UPLOAD1480

    0下载:
  2. Welcome to CSerialPort, a freeware MFC class to support access to the Win32 APIs dealing with serial ports. Features Simple and clean C++ interface. Uses C++ exceptions in preference to the normal Win32 return value mechanism. This ensures that code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:18794
    • 提供者:Casper
  1. VCPPMFCCOMHelp

    0下载:
  2. c++MFC开发的串口小程序,可以收发读串口,学串口编程的可以-c++ MFC development of serial small program that can read the serial transceiver, serial port programming can learn to see
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1939891
    • 提供者:yofee hu
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com