CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 串口控件

搜索资源列表

  1. ActiveXComm

    0下载:
  2. 本程序是在VC++6.0 中用 ActiveX控件 实现PC机与单片机之间的串口通信 。-this procedure is used in VC 6.0 ActiveX control PC and SCM serial communication between.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:80.41kb
    • 提供者:anne
  1. ComCtrltest

    0下载:
  2. 电脑通过串口控制单片机,当按下0~9按钮后,电脑发送给单片机,单片机用八段数码管显示出来.程序中的控件在本站能找到ComDrv32.上位机用Dephi7编写,下位机用Keil2编写.分别装在两个文件夹中.在WinXP中调试通过.我是刚开始学单片机的.望大家批评指正.同时也想结交朋友联系方式:honyry@163.com.同时也感谢站长提供了这么好的空间,这里我会常来的.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:182.34kb
    • 提供者:honyry
  1. commtest

    0下载:
  2. 检查串行通讯,本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0编写的相应MFC32位应用程序。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:48.84kb
    • 提供者:anjian
  1. IcCard

    0下载:
  2. 基于VC++6.0应用MSCOMM控件的串口通信上位机程序,实现与51单片机的通信
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:154.27kb
    • 提供者:徐徐
  1. dsafasdf

    0下载:
  2. 单片机主要进行对数据的实时采集、处理,再通过 串口将数据送入PC 机的缓冲区,然后由PC 机对 数据进行进一步处理,以便得到所需的图形、图像 及实验结果。采用VB 语言中的通信控件能够很 好地完成二者之间的通信功能
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:239.82kb
    • 提供者:李飞
  1. 用VC实现PC机与单片机串口通讯

    0下载:
  2. PC机与单片机串口通讯可以通过多种方式来实现,在这里只介绍使用MSCOMM控件进行通讯。-PC and microcontroller serial communications to be many ways to achieve here in only MSCOMM controls on the use of communication.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5.67kb
    • 提供者:feng
  1. 测量仪串口接收程序

    1下载:
  2. delphi7写的测量仪串口接收程序,使用comdrv32控件
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-11-06
    • 文件大小:7.23mb
    • 提供者:wyjao888
  1. my51prj

    0下载:
  2. 串口程序,内有详细的注释,是参考网上流传的串口调试助手写的,在此进行了分栏显示的改进,学习者也可以将其中的控件属性设置为可见,实现和串口调试助手一样的功能。-Serial process, with detailed notes, with reference to the spread of online serial debugging assistant written in this column have been shown to improve, learners can also
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:50.31kb
    • 提供者:赵巨兴
  1. Jhhb

    0下载:
  2. 串口调试助手的源代码,为了答谢谢朋友们的支持,公开推出我最初用VC控件MSComm编写串口通信程序的源代码,并写出详细的编程过程,姑且叫串口调试助手源程序V1.0或VC串口通讯源程序吧,我相信,如果你用VC编程,那么有了这个代码,就可以轻而易举地完成串口编程任务了。-Serial debug the source code of aides, in order to A I would like to thank the support of friends, I first publicly
  3. 所属分类:SCM

    • 发布日期:2017-05-22
    • 文件大小:3.62mb
    • 提供者:董剑峰
  1. SerialDebugSourceCodeAndProgrammingAssistantDetail

    0下载:
  2. 串口调试助手源程序及编程详细过程。 保证你学会 VC环境下MSComm控件的使用,从而实现 PC与单片机的串口通信。-Serial debug source code and programming assistant detailed process. Guarantee that you learn to VC environment MSComm control the use of PC and SCM in order to realize the serial communica
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:35.06kb
    • 提供者:彭圳
  1. Victor

    0下载:
  2. 简单实用, 功能强大的 C++ Builder 串口控件! 本控件是免费的, 不需要注册, 有关授权及许可协议详见 license.txt 文件。 1.支持二进制数据和文本数据的收发 2.支持任意格式的数据的收发 3.支持两种数据包协议(识别每帧数据首尾的方法): ①超时判断数据首尾, 适用于与单片机和仪表的通讯 ②帧首尾和控制符, 适用于大量复杂的数据传输, 例如文件收发等-Simple, practical, powerful C++ Builder seria
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1.06mb
    • 提供者:5445
  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
    • 文件大小:301.6kb
    • 提供者:hwb
  1. vc-com

    0下载:
  2. 串口程序示例 MSCOMM控件 只要用来连通单片机与PC机-Sample MSCOMM control program as long as the serial port is used to connect MCU and PC-
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3.77mb
    • 提供者:wl
  1. vbMsComm

    0下载:
  2. Mscomm控件实例,单片机与电脑通过串口实习通讯实例,电脑与电脑间实现串口通讯实例-Mscomm control instance, microcontroller and computer training through the serial port communication instance, computers and computer realization of serial communication between the instances
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:6.42kb
    • 提供者:morroa
  1. VCPPUART

    0下载:
  2. 上位机与单片机通讯的源程序,通过调用MSComm控件,处理单片机从串口接收的数据,并编写窗体按钮事件来向单片机发送数据。-Communication between PC and microcontroller source code, by calling the MSComm control, processing data received from the serial port MCU, and the preparation of the form the button event
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:12.34kb
    • 提供者:鲁昭华
  1. AT89S52

    0下载:
  2. 串口编程源程序 及编程详细过程 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -Serial programming source code and programming details of the process 1. Establish the
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:9.78kb
    • 提供者:邹业
  1. temperture_demo

    0下载:
  2. 用VC 写的温度显示上位机程序,使用了串口控件-Written with VC temperature display PC program
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:50.24kb
    • 提供者:王宇
  1. Handle

    0下载:
  2. 利用CAN2.0和上位机串口控件实现的模拟CAN通讯,测试已通过-CAN2.0 and PC serial port using the controls to achieve the simulation CAN communication, the test has passed
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:93.02kb
    • 提供者:苏满佳
  1. Joint5

    0下载:
  2. 基于CAN2.0和串口控件实现的模拟CAN2.0通讯。-CAN2.0 and serial-based controls to achieve simulation CAN2.0 communication.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:93.78kb
    • 提供者:苏满佳
  1. RS232COMM

    0下载:
  2. delphi编写 使用串口控件,可以自动轮询发送,或手动发送数据,和PIC单片机成功通信。-RS232 COMMUNICATION IN DELPHI LANGUAGE
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:654.62kb
    • 提供者:huzhiguo
« 12 »
搜珍网 www.dssz.com