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

搜索资源列表

  1. commint

    0下载:
  2. delphi的串口232通讯控件,可替代MSCOMM。简单易用-232 serial communications delphi controls, alternative MSCOMM. Easy-to-use
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:20895
    • 提供者:mickey
  1. MSCommcontrolserialcommunication

    0下载:
  2. VC++下用MSComm控件实现串口通讯,很好的哦-VC++ implementation using MSComm control serial port communication, oh well
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1315
    • 提供者:szw
  1. CRCProgram

    0下载:
  2. 串口通讯编程技巧:CSCOMM控件匚用,可使用于SCM-SCM,SCM-COMPUTER,ETC>-Serial communication programming skills: CSCOMM control with匚can for SCM-SCM, SCM-COMPUTER, ETC>
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:229064
    • 提供者:nwyf201
  1. FAInsComSerV

    0下载:
  2. 一个将MSCOMM控件以动态库的方式实现串口通讯,使串口通讯功能模块化。-MSCOMM control in a dynamic way the Treasury serial communications, serial communication functions to enable modular.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3544
    • 提供者:louyingjun
  1. serialforavr

    0下载:
  2. 主要是配合avr单片机的一个测试程序,里面有串口通讯,和listiew潜入控件-Mainly avr microcontroller with a test procedure, there are serial communications, and control into listiew
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:308834
    • 提供者:hwb
  1. Serialportsourcecode

    0下载:
  2. 串口精灵源代码,主要应用控件MSCOM来实现通用串口通讯-Serial port source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1935420
    • 提供者:luckoo
  1. comm

    0下载:
  2. 一个很好的用mscomm控件实现串口通讯的程序,可以用来实现串口调试,程序实现了十六进制发送和文本发送两种功能,功能强大-Mscomm with a good realization of serial communication control procedures, can be used to achieve serial debugging, the program has hexadecimal and text to send to send two functions, a pow
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:136926
    • 提供者:xyz
  1. serial_communication

    0下载:
  2. VC环境下的MFC简单串口通讯编程,再加NI控件,适合于串口编程初学者。-MFC under VC simple serial communication programming, coupled with the NI control, suitable for beginners in the serial programming.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-22
    • 文件大小:6918529
    • 提供者:胡相利
  1. mscomm

    0下载:
  2. scomm是微软一个强大的串口通讯的控件,其强大,简单的特点今我们不舍,在delphi中我们也可以使用它。下面这些代码是针对发送和接收为16进制处理的。 -Microsoft scomm is a powerful serial communication control, and its powerful, simple features of today we give up, in delphi, we can also use it. The following code is fo
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:1055
    • 提供者:林凡辉
  1. ComTest

    0下载:
  2. 本包分别用三种方法实现了基于Visual C++6.0的串口通讯,包含用MsComm控件实现,用API实现,用CSerial实现。-The three methods were used to package a Visual C++6.0 based on serial communication, including controls used to achieve MsComm with API to achieve, with the realization of CSerial.
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:113633
    • 提供者:dangml
  1. COM

    0下载:
  2. 通过串口通讯的源程序,主要是用delphi写的,用了spcomm控件-The source code through the serial communication is mainly written using delphi, using a control spcomm
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:284486
    • 提供者:test
  1. async32-delphi

    0下载:
  2. async32通讯控件,可以实现串口通讯-async32 communications control, serial communication can be achieved
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:212949
    • 提供者:dongjian
  1. MsComm

    0下载:
  2. 串口应用程序,有源码,有介绍,是基于C++的串口通讯--使用MsComm控件。-Serial applications, there is source code, there are introduced is based on C++ Serial Communication- the use of MsComm control.
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:55046
    • 提供者:ycq
  1. chegnxu

    0下载:
  2. PC机与单片机串口通讯可以通过多种方式来实现,在这里只介绍使用MSCOMM控件进行通讯。-PC machine with single-chip serial communication can be achieved through a variety of ways, where only MSCOMM controls on the use of communications.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:36487
    • 提供者:hecomeng
  1. TTYSource

    0下载:
  2. 这是MSDN上的经典串口通讯例程.网上很多的串口控件,源码都不及此例程. 毕竟是MS自带的,虽然是个单线程的,稳定性及速度都很好.原工程比较早,用VC6可直接点击TestTTY.dsw打开.-This is the classic MSDN serial communication routines. A lot of serial-line control, source not of this routine. After all, it is MS' s own, although
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1176491
    • 提供者:曹朝
  1. vc

    0下载:
  2. 串口通讯,用控件做的,可以做串口调试。这是我网上下载的,希望多大家有帮助。-VC++
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:53134
    • 提供者:gan
  1. com

    0下载:
  2. MSCOMM 控件的使用 串口通讯测试用例 类型为application/x-rar -MSCOMM control test cases to use serial communication type application/x-rar
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5157248
    • 提供者:庄涵轩
  1. vcseries

    0下载:
  2. 用vc 进行串口通讯,调用mscomm.ocx控件来实现对串口的操作,以及对数据的读取和写入,和串口通讯参数的修改.-Vc carried out using serial communication, call mscomm.ocx controls to achieve the serial port operation, as well as the data read and write, and the serial communication parameter changes.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1182217
    • 提供者:wang
  1. CHP500B

    0下载:
  2. 串口通信,采用CRC16 算法,用mscomm控件实现对chp500电源的信息采集,可以设置电源的电压和频率,word文件的是通讯协议,上位机发送和下位机返回,串口通讯看懂了通讯协议就没什么问题的啦。-Serial communication using the CRC16 algorithm, mscomm realize chp500 power control information collection, you can set the voltage and frequency, wo
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:247808
    • 提供者:supan
  1. ComAssistant

    1下载:
  2. ComPort Library是一套用来编写串口通讯程序的控件。它包含5个控件:TComPort, TComDataPacket, TComComboBox, TComRadioGroup and TComLed。利用这些工具(当然还有DELPHI开发环境),你能更快更简单地开发串口通讯程序。包含Delphi上下文相关的帮助文件和源代码(4000行)。功能无限制。源代码:包含。适用语言:CB3 CB4 CB5 D3 D4 D5-ComPort Library is a set of proced
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:277423
    • 提供者:chuxiangshan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com