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

搜索资源列表

  1. Delphi实现串口通信的常用的方法

    0下载:
  2. Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便-with Delphi is a powerful, easy-to-use and faster code execution advantages of visu
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:5929
    • 提供者:黄区
  1. 串口源码

    0下载:
  2. 我个人收藏的c++builder源代码文档,介绍了串口通信的开发-some C++ builder documents collected by myself, which are mainly on serial port
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2856
    • 提供者:高进朝
  1. Delphi中串口通信的实现

    0下载:
  2. Delphi中串口通信的实现 Delphi是一种具有功能强大、简便易用和代码执行速度快等优点的可视化快速应用开发工具,它在构架企业信息系统方面发挥着越来越重要的作用,许多程序员愿意选择 Delphi作为开发工具编制各种应用程序。但是,美中不足之处是 Delphi没有自带的串口通信控件,在它的帮助文档里也没有提及串口通信,这就给编制通信程序的开发人员带来许多不便。 -Delphi is a functional and rapid visual RAD tool easy to use
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6314
    • 提供者:赵长华
  1. BCB环境下开发串口通信

    0下载:
  2. 此书是在BCB环境下开发串口通信的一本好书啊。文中详细讲解了串口通信的基本概念,同时很具体的描述了编写的过程并附有源码。-book is the BCB development environment Serial Communication a good book ah. This paper gave a detailed account of the serial communication the basic concept, but very specific descr iption
  3. 所属分类:串口编程

    • 发布日期:2014-01-12
    • 文件大小:26732620
    • 提供者:azhuang
  1. LM3S8962串口通信例程

    0下载:
  2. 很好的串口通信例程,已经在keil上编译下载运行,按下开发板上的按钮,就可以通过串口发送数据。
  3. 所属分类:通讯编程

    • 发布日期:2010-11-18
    • 文件大小:190233
    • 提供者:shxizhou
  1. Labview serial assistant串口通信控制方式

    1下载:
  2. 针对在LabVIEW开发环境下传统串口通信控制方式的弊端,提出了另一种控制方法,即在LabVIEW中利用ActiveX控件容器,调用第三方提供的ActiveX控件—MSComm控件,实现对计算机串口的通信管理,并结合一数据采集系统给出了实例,In the LabVIEW development environment for traditional serial communication under the control of the disadvantages of an alternat
  3. 所属分类:串口编程

    • 发布日期:2017-03-22
    • 文件大小:44958
    • 提供者:陈彦敏
  1. com

    0下载:
  2. 上传一个串口类,能够直接应用,减少开发串口通信的时间-a class of serailPorts
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:6297
    • 提供者:lyl
  1. vbserial

    0下载:
  2. vb串口通信下开发的步进电机控制程序 -vb serial communication control stepper motor
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:19493
    • 提供者:梁工
  1. UART

    0下载:
  2. 用FPGA开发的串口通信的程序,代码是用verilog编写的,希望对大家有用!-Serial communication with the FPGA development process, the code is written in verilog and hope for all of us!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:267617
    • 提供者:郭富民
  1. vc

    0下载:
  2. 该学习资料中是周韧研老师所编写的《VisualC++串口通信开发入门与编程实践》这本书的源代码,是一本很好的串口通信的书籍-The study data is amphicribral study prepared by the teacher " VisualC++ serial communication development and programming practice started," the source code of this book
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:252202
    • 提供者:chenjin
  1. delphi串口通信工程开发实例导航

    1下载:
  2. 多个串口通讯例子,包含很多实用的串口通信实力,对初学者和有帮助(Multiple serial communication example, very easy to use)
  3. 所属分类:通讯编程

  1. C#SerialPort控件开发串口通信程序的例子 源码

    0下载:
  2. 串口工具的实现,VC++ 完整串口通信程序(发送和接受)(The implementation of serial port tools)
  3. 所属分类:串口编程

    • 发布日期:2018-01-06
    • 文件大小:1364992
    • 提供者:wsr
  1. ActiveX控件串口通信

    1下载:
  2. 在VC++6.0中使用通讯控件-MSComm串行通讯控件,选用的开发环境即为Visual C++6.0,其中的通讯功能都是由MSComm通讯控件完成的。(In VC++6.0, we use the communication control -MSComm serial communication control. The selected development environment is Visual C++6.0, where the communication function is
  3. 所属分类:通讯编程

    • 发布日期:2018-04-19
    • 文件大小:5300224
    • 提供者:hzl88
  1. C#2005串口Mudbud

    3下载:
  2. Modbus源码 vs2008开发基于MODBUS的RTU 串口通信 可重新编译用于wince,完整的C#源码,用开发工具VS2008开发,经测试可用,可重新编译用于wince开发!谢谢收藏!(Modbus source VS2008 development MODBUS based RTU serial communication can be recompiled for WinCE, the complete C# source code, developed by VS2008, is
  3. 所属分类:串口编程

    • 发布日期:2018-04-29
    • 文件大小:80896
    • 提供者:okwmj
  1. Visual C++实践与提高 —— 串口通信与工程应用篇

    1下载:
  2. 本书系统地介绍了使用Visual c++开发串口应用程序的方法。全书以串口应用为主线,由浅入深,详细讲解了使用MSComm控件和使用WinAPI方式开发串口应用程序的方法。对这两种方法的应用,分别就不同的应用要求做了详细剖析。在此基础上,又介绍了计算机和各种设备之间进行串口通信的编程方法,主要包括计算机与单片机、PLC、 Modem、射频卡以及两台计算机之间的通信编程方法。(Realizing the transmission of serial port information)
  3. 所属分类:串口编程

    • 发布日期:2018-04-18
    • 文件大小:1373184
    • 提供者:油麦菜624
  1. 串口通信助手

    0下载:
  2. 串口通信助手使用Visual Studio开发的几个串口开发实例与大家分享一下,希望能喜欢,谢谢!(Serial communication assistant)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1562624
    • 提供者:邓宇婷11
  1. 基于VC++的串口通信服务的开发

    0下载:
  2. 可以实现单片机与PC端的信号接收,通过编写串口,可以将数据事实显示在PC端(It can realize signal reception between MCU and PC terminal, and it can display data facts on PC terminal by writing serial ports.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:246784
    • 提供者:梦醒繁花落
  1. VC 串口通信20个经典源码合集

    3下载:
  2. 对串口通信很好的总结,有20个通信代码,很全总结VC开发串口的方法,是很好学习资料代码。(Serial communication is a good summary, there are 20 communication code.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:11438080
    • 提供者:`hzg593
  1. 单片机串口通信发送、接收C语言编程程序

    0下载:
  2. 单片机程序开发,常规的串口通信代码分析。(Single chip program development, regular serial communication code analysis)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-07
    • 文件大小:45056
    • 提供者:茨天狼
  1. C#写的串口通信源代码

    2下载:
  2. 1. 利用C#编写的串口通信工具 2. 源代码全部公开 3. 可以作为上位机通信的前端入口,并进行二次开发 4. 解决方案文件chuankou.sln 5. 编译成功文件chuankou.exe
  3. 所属分类:C#编程

« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com