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

搜索资源列表

  1. iPodControl-2010-04-08

    0下载:
  2. 用MFC实现用串口控制iPod,实现播放制定曲目,获取播放列表等功能。-Using MFC to achieve with the serial control iPod, for playing the development track, access playlists and other functions.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-30
    • 文件大小:12689383
    • 提供者:dwgdwhxqs
  1. vcSerial

    0下载:
  2. 串口通信,是用MFC还有自带的控件。具体内容自己阅读代码。-Serial communication is the use of MFC also own control. The specific content of their reading code.
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3897767
    • 提供者:huangjianjian
  1. MFCchuankoubiancheng

    0下载:
  2. 本文档详细介绍了在MFC下基于ActiveX控件的32位串口编程探讨-This document details the MFC ActiveX Control Based on 32-bit serial programming of
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:134413
    • 提供者:花无缺
  1. wanglei

    0下载:
  2. 串行通信的基本原理及用MFC实现串口通信编程-The basic principle and serial communication Serial communication programming using MFC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2789
    • 提供者:wanglei
  1. MSComm

    0下载:
  2. 实现串口通信 利用MFC自带的控件来实现-Serial communication control using MFC comes to realize
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1514214
    • 提供者:zhaisp
  1. chuankosheji

    0下载:
  2. 串口设计,基于C++语言 进行编写,用到MFC图形界面的设计-itis very useful for you who is learn visual c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1948365
    • 提供者:wangtong
  1. aa

    0下载:
  2. 单片机与计算机串口通信 内有详细的 很有用,界面MFC编的-Microcontroller serial communication with computer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:833784
    • 提供者:陈帅帅
  1. mscomm

    0下载:
  2. 这个实例是基于对话框的MFC应用程序中应用MSComm控件编程实现COM1和COM2的串口控制。-This example is a dialog-based MFC application of application programming MSComm control serial control COM1 and COM2.
  3. 所属分类:P2P

    • 发布日期:2017-05-08
    • 文件大小:1923039
    • 提供者:王志杰
  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. API-232

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

    • 发布日期:2017-04-07
    • 文件大小:18336
    • 提供者:王建
  1. MultiThreadSerialCommnication

    0下载:
  2. 简单而强大的多线程串口编程工具CserialPort类(附VC基于MFC单文档协议通讯源程序及详细编程步骤)-multithread serial commnunication programming
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:57698
    • 提供者:chenchunming
  1. vc_mfc

    0下载:
  2. 罗建辉 用vc和mfc实现单片机的串口通讯-Luo Jianhui, and with vc mfc achieve the Serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:221641
    • 提供者:林浩东
  1. TTY

    0下载:
  2. MFC的串口通信程序 能真确运行 经调试后无误-MFC serial communication program can be true and correct after running through debug
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3500241
    • 提供者:hongyuntao
  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. Char2Float

    0下载:
  2. 基于vs2008平台和CSerialCom类的串口传输例程,也是MFC的简单应用。-Based on the vs2008 platform and CSerialCom type serial transmission routines, the simple application.
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:1013551
    • 提供者:韩越
  1. SerialComm

    0下载:
  2. 利用MFC编写的功能完全的串口通信程序,已经通过测试。-MFC prepared using serial communication function of the full procedure has been tested.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3911032
    • 提供者:王军
  1. HiDTVTools

    0下载:
  2. 通过USB转串口烧写mcu ,可以看看,属于MFC基础类应用的一个工具-use this tool to update mcu
  3. 所属分类:USB develop

    • 发布日期:2017-03-31
    • 文件大小:153818
    • 提供者:david10000
  1. serialkportSCommTest

    0下载:
  2. 建立一个基于对话框的MFC应用程序串口调试助手SCommTest-SCommTest about serialport
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:152529
    • 提供者:solon
  1. tty

    0下载:
  2. 基于MFC单文档形式的Windows API 实现串口通信-serial ports communication by Windows API
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:56359
    • 提供者:wyt
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 27 »
搜珍网 www.dssz.com