CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - vb6 serial

搜索资源列表

  1. 671AT89S52-ISP

    0下载:
  2. 开源 ISP-VB6源程序,只支持AT89S51/AT89S52 AT89S51和AT89S52的ISP-VB6.0源程序。 没有设立保密按钮,企业用户请绕道。 也没有安排擦除按钮,擦除ROM请建一个空的.HEX下载。 能知道已存在的串行口,自动识别51还是52. 当串口号大于4,手工去设备管理器中改小。 当你想用VB6通过串口(或USB的虚拟串口)与单片机通信时,可以参考。 -Open source ISP-VB6 source code supports onl
  3. 所属分类:Parallel Port

    • 发布日期:2017-03-30
    • 文件大小:183860
    • 提供者:Poter
  1. My_Send_Recive

    0下载:
  2. 用vb6.0做的一个小的串口测试程序.可以实现正常通信-Used vb6.0 to do a small test program serial
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:2751
    • 提供者:li
  1. 115151

    0下载:
  2. 基于WINDOWS操作系统下的用VB6.0开发的给液晶屏幕下载字库的上位机源代码 串口控件-Based on WINDOWS operating systems developed with VB6.0 by use of LCD screen to download the PC source of word stock serial control
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:40499
    • 提供者:包耀宗
  1. 1

    0下载:
  2. 用VB进行串口实时数据采集,本文介绍VB6.0利用MSComm通信控件,开发微机通过串口对工业仪表进行实时数据采集的编程技术。给出的程序代码具有通用性,并有详细的注释,可以直接或稍加改动后用于其他数据采集或实时控制程序中。-Using VB serial real-time data acquisition, communication paper introduces VB6.0 using MSComm control, through the serial port on the comp
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:70158
    • 提供者:li
  1. MEETcomm-RS232-comm-V1.0

    0下载:
  2. 基于VB6.0的串口调试助手V1.0的源程序,对于搞RS232串口通信的兄弟有帮助。作者:蝙蝠龙,合肥万里眼电子科技有限公司-Source code of serial communication based on Visual basic 6.0. It s very helpful to those interested in RS232 communication.Author:batdragon, hfmee.com
  3. 所属分类:Com Port

    • 发布日期:2014-11-03
    • 文件大小:24576
    • 提供者:胡海兵
  1. USB2550

    0下载:
  2. USB 2550 实验板包含代码: USB2550.pdf - 实验板电路图 USB_CDC.rar - USB CDC(USB转串口)应用实例,CCS源代码 USB_HID_demo.rar - USB HID 例程及hid库源代码,MPLAB C18源代码,库为汇编代码 USB_HID_DLL_VC_DELPHI_VB.rar - USB HID 上位机例程,包括VC++,VB6,Delphi源代码-USB 2550 experiment board contains
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3081256
    • 提供者:jinmh
  1. vbcheckport

    0下载:
  2. vb源码检测串口个数示例,没有EXE的话自己运行VB6.0编译一下,程序运行界面如截图所示-vb source code to detect the serial number of the sample, the words themselves do not run VB6.0 EXE compile it, run the program interface as shown in the screenshot
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2597
    • 提供者:ipudn4
  1. getdiskfdser

    0下载:
  2. VB6.0获取硬盘逻辑编号,获取硬盘序列号,VB读取硬盘序列号和逻辑编号:,硬盘唯一序列号:,MD5加密算法获取硬盘序列号,这里只能用byte,因为VB没有无符号的LONG型变量,取得硬盘信息:型号/物理系列号(唯一)。-VB6.0 access to hard disk logical number, access the hard drive serial number, VB read the hard drive serial number and logical ID:, disk u
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5882
    • 提供者:ipudn5
  1. vbchuankou

    0下载:
  2. VB 串口程序描点画图,程序很小,只有几k,有VB6.0的可对源代码重新编译,运行测试图如截图示。源代码里的部分注释说明:选择com1   MSComm1.CommPort = 1   设置波特率为9.6kpbs,没有奇偶校验,8位数据位,1位结束位   MSComm1.Settings = "9600,N,8,1"   读取全部的输入缓冲区   Case comEvReceive   此处的代码可以进行当串口的接受缓冲区里有RThreshold个字符的处理-
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2469
    • 提供者:wpudn16
  1. comtestdialog

    1下载:
  2. VB编写的单片机与电脑串口调试器,串口可选择、波特率、数据位、校验位、停止位都可以根据需要自定义,设置好以后可打开串口,发送字符可选择16进制,可自动发送,同时可添加CRC校验、LRC校验等,适时显示通讯状态。VB6.0环境的,可重新编译源代码。-VB, SCM and computer serial debugger, optional serial port, baud rate, data bits, parity, stop bits can be customized accordin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:9412
    • 提供者:bpudn47
  1. vb_rs232_view

    0下载:
  2. 用VB6.0编的一个上位机应用程序源代码,是串口通讯类的,仅供参考。-Compiled with VB6.0 a PC application source code, a serial communications for reference purposes only.
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:104238
    • 提供者:刘瑜璋
  1. ComTest

    0下载:
  2. 串口测试软件用vc++6.0写的 用于测试串口-Test software written in vb6.0 by use of the serial port
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:3993644
    • 提供者:
  1. GetDiskSerialNumber

    0下载:
  2. VB6读取硬盘唯一序列号和逻辑编号的源代码-This code is to get the disk serial number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:12559
    • 提供者:熊工
  1. Backup_11

    0下载:
  2. VB6寫的燒錄程式可透過串口和Arduino板來燒錄AT89C2051/4051的晶片-VB6 program can be written to burn burn AT89C2051/4051 wafers through serial and Arduino board
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-26
    • 文件大小:8994
    • 提供者:Johnny Hsu
  1. VB6_USBServer

    0下载:
  2. This a low level VB6 implementation that enumerates all USB devices and returns low level properties like vendor, serial number, etc.-This is a low level VB6 implementation that enumerates all USB devices and returns low level properties like vendor,
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-28
    • 文件大小:19518
    • 提供者:jperri
  1. COMreg

    0下载:
  2. VB6开发的用户注册、生成序列号源码,里面提供了注册机的源码,可以实现限制人数、限制日期、限制机器的多种方法。-VB6 development user registration, generates serial number source code, which provides the registrar source code, can limit the number of blackout dates, limit the machine s various methods.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-14
    • 文件大小:5154
    • 提供者:段誉
  1. ComTools

    0下载:
  2. VB6 的运行环境,省去安装VB6.其中包含了一些串口调试的软件。-Some files needed by VB6 program,so you needn t install VB6 anymore.a few of serial debug software also included.
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3535377
    • 提供者:普云忠
  1. PC-and-GSM-SMS-module-

    0下载:
  2. vb6 PC机与GSM短信模块串口通信 源代码-PC and GSM SMS module serial communication
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-29
    • 文件大小:31185
    • 提供者:315430489
  1. ComDebug

    0下载:
  2. 通过串口接收检验仪器发送的原始数据,进行解码调试的辅助程序。用VB6.0编写,集成了本地数据库访问功能,方便累积仪器数据。-Through the serial port to receive the original data sent by the test instrument, the decoding and debugging of the auxiliary program. Prepared with VB6.0, the integration of the local ac
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:42141
    • 提供者:user
  1. FXTONGXUN

    0下载:
  2. 三菱FX系列控制器串口通讯程序源代码VB6.0-Mitsubishi FX series controller serial communication program source code written by VB6.0
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:105860
    • 提供者:奔跑
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com