CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档 搜索资源 - 串口通信编程

搜索资源列表

  1. 基于Matlab_GUI的串口通信编程实现

    0下载:
  2. 基于Matlab_GUI的串口通信编程实现
  3. 所属分类:编程文档

  1. Windows_API串口编程参考.doc

    0下载:
  2. Windows环境下的串口编程与DOS环境下的串口编程有很大不同。Windows环境下的编程的最大特征之一就是设备无关性,它通过设备驱动程序将Windows应用程序同不同的外部设备隔离。Windows封装了Windows的通信机制,这种方式称为通信API,Windows程序可以利用Windows通信API进行编程,不用对硬件直接进行操作。这种体系被称为Windows开放式服务体系(WOSA,Windows Open Services Architectures)。
  3. 所属分类:编程文档

  1. C#串口编程及问题处理

    0下载:
  2. C#串口编程遇到的问题以及解决方法 作者:佚名出处:IT专家网2010-03-26 07:00 本文介绍C#串口编程遇到的问题以及解决方法。   最近在做的项目中涉及到串口通信编程,队友在做这一模块的时候遇到了一个相信很多人都可能遇到的问题,那就是接受数据的冲突或者丢失。队友让我帮他调试的时候,足足花了近两个小时才把问题给解决了,现觉得有必要总结一下以给遇到类似问题的朋友一个思路吧~   问题是这样的,从相应的硬件设备每隔2秒便发送一个大小为15的字节数据,存的是16进制数据
  3. 所属分类:编程文档

  1. PB串口通信源码

    0下载:
  2. 介绍PB串口编的精练技巧
  3. 所属分类:编程文档

  1. Qt编写串口通信程序全程图文讲解

    1下载:
  2. 关于QT串口通讯的编程
  3. 所属分类:编程文档

    • 发布日期:2012-05-06
    • 文件大小:357376
    • 提供者:armjxx@163.com
  1. API读写串口

    0下载:
  2. API读写串口.doc 一、基本知识    Win32下串口通信与16位串口通信有很大的区别。在Win32下,可以使用两种编程方式实现串口通信,其一是调用的Windows的API函数,其二是使用ActiveX控件。使用API 调用,可以清楚地掌握串口通信的机制,熟悉各种配置和自由灵活采用不同的流控进行串口通信。下面介绍串口操作的基本知识。
  3. 所属分类:编程文档

  1. 串行通信的基本原理及用MFC实现串口通信编程

    0下载:
  2. 串行通信的基本原理及用MFC实现串口通信编程
  3. 所属分类:编程文档

    • 发布日期:2012-10-15
    • 文件大小:35840
    • 提供者:xiaxiachengyy1
  1. LabVIEW-based-PC-and-PLC-to-achieve-the-real-time-

    1下载:
  2. 基于LabVIEW实现PC与PLC的实时监控#应用图形化编程语言LabVIEW,根据台湾永宏FATEK FBs系列可编程控制器通信协议,开发出FBsPLC与LabVIEW串口通信程序,并以LabVIEW为平台实现PC与PLC的实时监控系统 还介绍了LRC校验码的实现方法#- Application graphical programming language LabVIEW, according to Taiwan-Hong Yong FATEK FBs series programmable
  3. 所属分类:Communication

    • 发布日期:2017-01-19
    • 文件大小:531996
    • 提供者:李娜
  1. vb

    0下载:
  2. VB所涉及的单片机和串口之间的通信编程。-VB involved between MCU and serial communication programming
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:113577
    • 提供者:徐宗海
  1. 11

    0下载:
  2. 串口通信编程的几个实例说明,易于理解,直观易懂-Several serial communication programming examples, easy to understand, intuitively easy to understand
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:7849
    • 提供者:张宁
  1. LinuxSerialProtocolDevelopmentAndIndustry(1)

    0下载:
  2. 本教程结合实际开发内容进行实例讲解Linux下串口与工业协议开发,主要内容有串口通信原理、串口编程常用的API、串口编程实践、Modbus协议介绍和Modbus编程实践等内容。 -Combined with the actual development of the tutorial examples to explain the contents of the serial port and the industrial agreement under Linux development,
  3. 所属分类:Communication

    • 发布日期:2017-06-21
    • 文件大小:38460075
    • 提供者:kadin
  1. LinuxSerialProtocolDevelopmentAndIndustry(2)

    0下载:
  2. 本教程结合实际开发内容进行实例讲解Linux下串口与工业协议开发,主要内容有串口通信原理、串口编程常用的API、串口编程实践、Modbus协议介绍和Modbus编程实践等内容。-Combined with the actual development of the tutorial examples to explain the contents of the serial port and the industrial agreement under Linux development, th
  3. 所属分类:Communication

    • 发布日期:2017-06-22
    • 文件大小:42725552
    • 提供者:kadin
  1. vc232

    0下载:
  2. 串口调试助手源程序及编程详细过程,详细介绍了VC下串口通信的过程-Serial debug source code and programming assistant detailed process, detailing the process of serial communication under VC
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:20816
    • 提供者:张仪
  1. Qtwriteserialcommunicationprogramtoexplainthewhole

    0下载:
  2. Qt编写串口通信程序全程图文讲解,首先说明我们的编程环境是windows xp下,在Qt Creator中进行,如果在Linux下或直接用源码编写,程序稍有不同,请自己改动-Qt graphics throughout the preparation of serial communication program to explain, first, our programming environment is under windows xp, carried out in the Qt Cr
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:182649
    • 提供者:刘振中
  1. acomprehensiveknowledgeofdetailsofserialcommunicat

    0下载:
  2. 以RS-232C为主来讨论,全面详细介绍串口通信编程知识-To RS-232C based discussion, a comprehensive knowledge of details of serial communication programming
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:943166
    • 提供者:道远
  1. msp430g2553uartspi

    2下载:
  2. 本文档详细描述了msp430G2553单片机串口通信的原理和编程方法。包括了UART SPI原理介绍,编程步骤和程序实例。能让新手结合该文档迅速完成串口通信编程。-This document describes in detail the principle of msp430G2553 microcontroller serial communication and programming methods. Including UART SPI principle, the programmi
  3. 所属分类:Communication

    • 发布日期:2014-11-03
    • 文件大小:119808
    • 提供者:万雨榕
  1. serial-linux

    0下载:
  2. Linux_串口读写.doc Linux串口编程说明.pdf LINUX下的串口通信编程与调试.pdf Visual C++_Turbo C串口通信编程实践.pdf 串口通信编程大全.pdf 嵌入式操作系统Linux中的串口应用编程.pdf-Linux_ serial read and write. Doc Linux serial programming instructions. Pdf LINUX under the serial communication programming and
  3. 所属分类:Communication

    • 发布日期:2017-06-12
    • 文件大小:19626297
    • 提供者:张普
  1. RS-232串口和调制解调器高级通信编程

    1下载:
  2. RS-232串口和调制解调器高级通信编程-RS-232 serial port and modem advanced communications programming
  3. 所属分类:编程文档

    • 发布日期:2017-06-14
    • 文件大小:21035629
    • 提供者:mali
  1. Qt_Serial-Communication-guid

    0下载:
  2. QT 写的串口通信编程文档,里面有详细的步骤,很好用。-QT write serial communication programming documents, which detailed the steps, very easy to use.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:174984
    • 提供者:potter
  1. FX系列PLC通信手册

    0下载:
  2. FX系列PLC通信手册,串口通信编程资料,plc与plc通信,plc与变频器通信
  3. 所属分类:编程文档

    • 发布日期:2019-07-31
    • 文件大小:28794074
    • 提供者:114717317@qq.com
« 12 »
搜珍网 www.dssz.com