CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - debugging

搜索资源列表

  1. socket

    0下载:
  2. socket 编程 阻塞模式范例 可以看到所有的基本用法,但是调试时需要参考网上的设置VC++的方法-blocking mode socket programming examples can be seen all the basic usage, but the debugging settings need to refer to the online method of VC++
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:6986
    • 提供者:唐峰
  1. 1

    0下载:
  2. 很好的例程SIM300 GPRS 等模块的调试-Such a good routine SIM300 GPRS module debugging
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:7415
    • 提供者:邵金涛
  1. COM-0

    0下载:
  2. 用VB编写的调试COM端口程序,简单好用。-Debugging with VB, COM port program, easy to use.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:23236
    • 提供者:ganchaoxian
  1. chezaiji

    0下载:
  2. 三零同PC主机的之间通讯程序。用语系统调试。-Three zero with the communication process between the host PC. Language system debugging.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:14429
    • 提供者:suchuanjun
  1. USBHID_usb_code

    0下载:
  2. Visual Basic6.0 USBHID通讯调试源代码-Visual Basic6.0 USBHID communications source code debugging
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:11306
    • 提供者:xuhongzong
  1. Properties

    0下载:
  2. POS算法层序创建到执行 并且已经调试通过 可根据环境稍作修改-POS algorithm sequence and has been created to perform debugging environment through minor modifications according to
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:4169
    • 提供者:yu
  1. VB-UART-COM

    0下载:
  2. VB 串口调试工具,显示发送接收,可设置显示格式和定时发送周期,还有数码管段码自动生成工具,有美化皮肤的效果和使用方式-VB serial debugging tools, display transmit and receive, display format and timing can be set to send the cycle, as well as digital tools to automatically generate the code segment, there is
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:258620
    • 提供者:文辉
  1. MSP430-code-for-nRF2401

    0下载:
  2. 提供msp430f149与nrf2401之间的通讯程序 调试通过 -Provide msp430f149 and nrf2401 debugging through the communication between the
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:16998
    • 提供者:chayuan
  1. SerialApp

    0下载:
  2. 串口编程调试精灵主要适用于串口编程的调试工作程序使用MScomm控件实现串口通信底层技术-Serial Programming Debugging Wizard
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:26506
    • 提供者:blue
  1. modscan32

    0下载:
  2. 调试Modbus工具,很方便的小工具,适合开发人员-Modbus tools for debugging, it is handy little tool for developers
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:735859
    • 提供者:wuke
  1. COM

    0下载:
  2. 此程序讲解了串口调试助手的编写,利用VC6.0中的MSCOMM控件经行详细的讲解。-This program explains the preparation of serial debugging assistant, using VC6.0 MSCOMM control through the line in the detailed explanation.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:2030614
    • 提供者:刘成
  1. com

    1下载:
  2. VB开发的串口调试小助手,可适用于初级的学习者,带有执行文件,可直接使用-Development of the serial debugging VB little helper, suitable for primary learners, with the implementation of the file can be used directly
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:24598
    • 提供者:小志志
  1. SmartCarV4-SerialComm

    0下载:
  2. 用于智能车摄像头组竞赛的调试软件,MFC编写! 程序通过串口通讯取得单片机的数据,对数据进行分析并绘图,实现摄像头的仿真效果。-Smart car competition for debugging software, MFC write! Microcontroller through the serial communication program to obtain the data, data analysis and mapping, to achieve camera simul
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:156915
    • 提供者:张宇
  1. crc16VB

    0下载:
  2. VB的CRC16校验源码,调试成功,程序简单。-The CRC16 checksum VB source code, debugging successful, the program simple.
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:14012
    • 提供者:ctr
  1. dsdv

    0下载:
  2. DSDV协议在ns2中的实现,可以直接使用,无需调试-DSDV protocol implementation in ns2, can be used directly, without debugging
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:17153
    • 提供者:lsn
  1. c51-test

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:1216
    • 提供者:lsj
  1. VB-Serial-Port-Debug-

    1下载:
  2. VB实现串口调试精灵功能,其中调用了Comm控件,已调试可用-VB Serial Port Debug Wizard function, which is called the Comm control, have debugging available
  3. 所属分类:Communication

    • 发布日期:2016-10-05
    • 文件大小:10240
    • 提供者:Corey
  1. Serial2

    0下载:
  2. 这个是使用labvIEW编写的串口调试助手,可以参考下。-This is written using labvIEW serial debugging assistant, can refer to.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:17330
    • 提供者:Hu Liangsai
  1. CBusana

    0下载:
  2. 本程序运行时需要串口调试助手配合使用,这是一个汽车模拟器,这里面包括汽车的速度,油量等各种和汽车相关的信息-The program runs in conjunction with serial debugging assistant required, this is a car simulator, which involves the car' s speed, fuel and other car-related information
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2111672
    • 提供者:刘宇
  1. bypass

    0下载:
  2. Serial Bypass Program for Serial debugging this program is useful.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:224100
    • 提供者:pegas
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com