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

搜索资源列表

  1. VisualCSerialcommunication

    0下载:
  2. 基于VC++的串口通信编程,很有参考价值,希望大家能拿去有所用-Based on VC++ Serial Communication programming, a good reference, I hope everyone can be used instead
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:36688
    • 提供者:dachao
  1. WBD

    2下载:
  2. 智能温度系统设计,本设计主要通过以单片机为控制单元的温度采集、转化、显示并通过串口将数据传输到PC机,在PC机端实现数据的存储、分析、绘制波形。在以单片机技术和VC编程技术为基础提出了系统框架和具体的设计方案,用汇编和C语言从硬件电路和软件阐述了控制系统的总体实现,并利用按键、LCD显示等外围设备为用户提供服务,实现人机交互。-Intelligent temperature system design, primarily through the design to single-chip te
  3. 所属分类:软件工程

    • 发布日期:2014-03-01
    • 文件大小:769887
    • 提供者:amanda
  1. SPCOMDelphi7

    0下载:
  2. PC机与下位机的通信可以采用高级语言编程实现,如Delphi、VC等。Delphi 是新一代面向对象的可视化开发工具,它具有功能强大、简便易用和代码执行速度快等特点,越来越在构架企业信息系统方面发挥着重要作用。由于Delphi 这些显著特点,利用Delphi开发工业控制系统软件成为越来越多的开发人员的选择,而实现系统监测控制和信息处理的关键是解决PC机与单片机之间的串口通信问题。-PC computer and the communication of digital machines can
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6754
    • 提供者:郝冠男
  1. biyelunwen

    0下载:
  2. 基于VC++串口通信的实现的毕业论文和分析-Based on VC++ Serial communication and analysis of the realization of the thesis
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:247202
    • 提供者:张海刚
  1. vc

    0下载:
  2. 集成设备电路,Integrated Device Electronics,一般叫做IDE总线,但是更准确地应该是ATA。IDE总线是平行总线,在SATA(Serial ATA)引入后,Parallel ATA(IDE)被称为PATA.它一般会作为ATA硬件的接口,它的本意是指把“硬盘控制器”与“盘体”集成在一起的硬盘驱动器。把盘体与控制器集成在一起的做法减少了硬盘接口的电缆数目与长度,数据传输的可靠性得到了增强,硬盘制造起来变得更容易,因为硬盘生产厂商不需要再担心自己的硬盘是否与其它厂商生产的控
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:13837
    • 提供者:jiang
  1. multithreadedSerialCommunication

    0下载:
  2. VC多线程串口通信软件设计。-VC multi-threaded serial communication software design.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:566596
    • 提供者:阿飞
  1. chuankoushoufa

    0下载:
  2. 用VC编写的串口收发,使用MSCOMM控件,能实现基本功能-Written by VC serial transceivers, using MSCOMM control, to achieve the basic functions of
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:34028
    • 提供者:chenyu
  1. vc

    0下载:
  2. vc上位机源码及单片机接收发送程序,上位机可以发送接收,pc与单片机通过串口连接,单片机p2口接8个led可显示流水灯-vc host computer source code and the MCU receiver to send a program, host computer can send and receive, pc with the microcontroller through the serial port connection, SCM p2 mouth can be d
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5434487
    • 提供者:李先海
  1. VC_serial_port

    0下载:
  2. VC++串口编程文档,对串口的读写操作。-VC++ serial port programming document, read and write operations on the serial port.
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:177385
    • 提供者:cheny
  1. GPSportcommunication

    0下载:
  2. VC^++6[1].0环境下GPS接收机串口通信的实现,摘 要 首 先简 单 介绍 了 GPS接 收机 串 口通 信 的基 本概 念 , 然 后 通 过 实例 详 细介 绍 了计 算机 与 GP S接 收 机进 行 数 据 传 输 的 两 种 方 法 : 一 种 是 使 用 W i n 3 2 API通 信 函 数 的 文 件 读 写 方 式 ;另 一 种 是 通 过 VC 6 .0提 供 的 MSCo mm 控 件实现 。-VC ^++6 [1] .0 environment GPS
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:87998
    • 提供者:feifei
  1. vcMSCom

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

    • 发布日期:2016-06-04
    • 文件大小:75589
    • 提供者:于玮婷
  1. VCRS232

    0下载:
  2. vc++多线程技术在串口编程中的应用,介绍了多线程的原理及应用-vc++ multi-threading technology in the Serial Programming, describes the principles and application of multi-threaded
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:82932
    • 提供者:张仪
  1. serialcommunication-

    0下载:
  2. vc串口通信协议详解,详细描述串口通信协议和实现过程。-vc serial communication protocols explain the detailed descr iption of the serial communication protocol and implementation process.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:42317
    • 提供者:黎进文
  1. VC-MSCOMM

    1下载:
  2. 主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置串口属性的实例.-Introduces CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance.
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:139983
    • 提供者:王元双
  1. serial-communications

    0下载:
  2. 利用VC实现串口通讯的典型案例,可以采用串口调试助手进行试验-Using VC to realize serial communication of a typical case
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:414937
    • 提供者:李科
  1. Serial-communication-and-graphic.doc

    0下载:
  2. 基于VC++的串口通信图形绘制,实现串口数据的曲线绘制-Serial communication and graphic
  3. 所属分类:Document

    • 发布日期:2017-11-11
    • 文件大小:32321
    • 提供者:yp
  1. VC-serial-port

    1下载:
  2. 用VC++编写的串口工具,附源码及操作教程 串口VC++串口上位机简单例程(源码及详细步骤).docx 串口上位机VC++.doc-Write the serial use VC++ tool, with source code and operating tutorial serial VC++ serial host computer routines (source code and detailed steps). Docx the serial host computer VC
  3. 所属分类:Communication

    • 发布日期:2017-01-03
    • 文件大小:5318656
    • 提供者:chhuan92
  1. VC

    0下载:
  2. 串口通信软件设计过程,图像解析,实现的全部过程,以及源程序-Serial communication software design process, image analysis, implementation process, as well as the source
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:20345
    • 提供者:宋春波
  1. vc-and-mfc

    0下载:
  2. 实现基于VC和MFC上位机和单片机的串口通信-Serial communication-based VC and MFC host computer and microcontroller
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:221695
    • 提供者:long
  1. VC-A-serial-port-communication-

    0下载:
  2. 打开串口给串口发送命令,开始计数工作,从串口读取计数值转化从串口读书过来的计数值ASC 码为十进制数据 -VC A serial port communication
  3. 所属分类:Document

    • 发布日期:2017-11-02
    • 文件大小:5916
    • 提供者:陈小溪
« 12 3 »
搜珍网 www.dssz.com