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

搜索资源列表

  1. abc

    0下载:
  2. 基于VB的串口通信程序程序设计有助于初学迅速掌握-VB-based serial communication program procedures designed to help beginners grasp quickly
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:91593
    • 提供者:
  1. rrrr

    0下载:
  2. 旋转云台 搭载物体旋转 正常运转有效载重>5kg 云台直径50cm 电机最小角度精度<2° 拍摄360°时间<1分钟 被拍摄物体在拍摄前后不应发生位移 供电电源交流220V 步进电机 带动云台按规定角度旋转 单片机控制电路 使用计算机信号控制电机旋转,返回运行状态由电脑显示,使用串口或USB,提供PC端控件供VC或VB调用,以便程序控制 外壳 容纳控制板和电机,包含幕布和摄像头支架 结实耐用,整机重量小于5kg 摄像头支架可固定摄像头或数
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7354051
    • 提供者:羊希
  1. serial

    3下载:
  2. 串口编程调试精灵,利用VB编写的串口调试软件,实现在线设置通信速率、奇偶校验、通信口而无须重新启动程序,可以设置定时发送的数据和时间间隔,可以自动显示接受到的数据并能在字符、十六进制和二进制之间自由切换,自动保存设置参数。-Debug serial programming wizard, VB prepared using serial debugging software, set up online communication rate, parity, oral communication
  3. 所属分类:界面编程

    • 发布日期:2014-01-15
    • 文件大小:7557
    • 提供者:小何
  1. rfTest

    0下载:
  2. 通过串口读取射频卡号的一个测试程序,可以设定读卡器的参数,读取射频卡的电压、卡号等数据-Radio frequency card number through the serial port to read a test program
  3. 所属分类:Applications

    • 发布日期:2017-03-29
    • 文件大小:597785
    • 提供者:追风
  1. FXXT

    0下载:
  2. IC停车卡管理程序,用VB编写的,串口通讯及写数据库-Parking IC card management program, written using VB, serial communications and to write the database
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:373378
    • 提供者:李宁
  1. RS232C

    0下载:
  2. PC机与51单片机串口通讯程序,主要实现单片机发送和接收程序,PC端可以用VB,VC进行界面设计。-PC-MCU serial communication program with the 51, mainly to send and receive procedures for SCM, PC client can use VB, VC for interface design.
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:16022
    • 提供者:郑西点
  1. MSCommEx

    0下载:
  2. PLC串口调试程序,串行通信编程的方法,对采用了RS-232接口的仪器进行串行通信的计算机测控软件开发,以及实现仪器功能和指标的验收-Microsoft Comm Control 6.0中)-vb serial communications debugging method existing electronic weighing a Taiwan, the use of serial communication with the computer. Preparation of VB to v
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:212924
    • 提供者:wanglonglong
  1. serialtest

    0下载:
  2. VB环境下的串口测试程序,测试用串口链接的两台PC机是否能够实现收发数据通信,包含可执行文件-VB Serial Interface in testing procedures, test the link with the serial PC, it can be achieved both send and receive data communications, including executable files
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:25323
    • 提供者:Nancy
  1. test1

    0下载:
  2. VB环境下简单的串口测试程序,测试两台主机通过串口是否能够实现数据传送,可以传送数字、字符串及汉字。-VB environment, a simple serial test program, test whether two hosts can be achieved through the serial data transfer, can send numbers, strings and characters.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1834
    • 提供者:Nancy
  1. serialportcontrol

    0下载:
  2. VB编写的串口程序,由PC控制单片机,是一个上位机和下位机的通信测试-it is based on vb,it can use it control serial ports
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:20079
    • 提供者:shizhu
  1. machinecontrol

    0下载:
  2. VB编写的串口程序,由PC控制单片机,是一个上位机和下位机的通信测试-it is based on vb,it can use it control serial ports
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:115840
    • 提供者:shizhu
  1. VBMscomm

    1下载:
  2. 一个利用VB中的MSCOMM控件写的一个串口通信程序,用于获得有单片机传递的温度信心,根据温度信息画出温度曲线-MSCOMM in a VB control using a serial communication program written for a single chip to obtain the confidence to pass the temperature, the temperature curve drawn according to the temperature i
  3. 所属分类:Com Port

    • 发布日期:2016-08-07
    • 文件大小:551936
    • 提供者:崔明
  1. vb-mscomm

    0下载:
  2. MSComm控件提供了两种处理通信的方式:一种为事件驱动方式,该方式相当于一般程序设计中的中断方式。当串口发生事件或错误时,MSComm控件会产生OnComm事件,用户程序可以捕获该事件进行相应处理。本文的两个例子均采用该方式。另一种为查询方式,在用户程序中设计定时或不定时查询 MSComm控件的某些属性是否发生变化,从而确定相应处理。-MSComm control provides a way to communicate two treatments: one is event-driven
  3. 所属分类:Com Port

    • 发布日期:2017-03-25
    • 文件大小:27004
    • 提供者:刘晓生
  1. chuankousheji

    0下载:
  2. vb 串口程序设计很好,有具体实例,可供参考 -vb serial programming well, there are specific examples for reference
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:114240
    • 提供者:hua
  1. vb

    0下载:
  2. vb 编写的串口程序 即调用数据库的一些处理- vb Prepared by the serial program that calls a database of some processing
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:1546
    • 提供者:
  1. VB-source-code

    0下载:
  2. vb串口调试助手源码,根据程序说明和其我们经常用的串口调试助手添加控件,复制程序进去就可以用了-VB source code written serial port debug assistant
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:2510
    • 提供者:熊熊
  1. VB-Serial

    0下载:
  2. 简洁的VB串口调试程序。适合初学者学习和参考-Simple VB serial debugger. Learning and reference for beginners
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:5863
    • 提供者:leonardo
  1. vb-shuijidam

    2下载:
  2. 水晶打磨控制系统,VB写的串口程序,能够将输入数据通过串口以16进制发送,同时从串口接收数据-Crystal grinding control system, VB to write the serial program, the ability to input data sent through the serial port in hex, while receiving data from serial port
  3. 所属分类:通讯编程

    • 发布日期:2014-01-20
    • 文件大小:121087
    • 提供者:lizhe
  1. 01-VB

    0下载:
  2. VB串口通信实例:实现程序设计基础实例,初学都最好的选择-VB serial communication examples: program design to achieve instance, are the best choice for beginners
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:5119
    • 提供者:王工
  1. VB-control-dimmer-or-LED-adjust

    1下载:
  2. VB串口控制可控硅程序,控制界面。-VB,MScom control adjust or dimmer system ,conrol panel.
  3. 所属分类:Com Port

    • 发布日期:2016-10-05
    • 文件大小:19456
    • 提供者:林中海
« 1 2 3 4 5 67 8 9 10 11 ... 29 »
搜珍网 www.dssz.com