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

搜索资源列表

  1. Mul-Serial

    0下载:
  2. 多线程串口类,实现对多串口的读并显示画图,该类十分有用。-Serial communication transceiver and real-time graphics, multi-thread source have comments Function is very powerful class
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:227415
    • 提供者:王越
  1. D7Com32

    2下载:
  2. Delphi7 串口通讯 封装的DLL,实现多线程对串口的监控,十六进制数据的写入等基本串口操作方法。-Delphi7 serial communication package DLL, multi-thread serial port monitor, hex data, the basic serial write operation method.
  3. 所属分类:串口编程

    • 发布日期:2013-07-18
    • 文件大小:1014977
    • 提供者:daihongwei
  1. Serial-communication-program

    0下载:
  2. VC++基于CMSCOMM控件的串口通讯,可实现数据的发送和接收,源代码,可正常运行界面,进行相关操作。-the Source Code of Serial communication program
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5500735
    • 提供者:lulu
  1. serial-com-

    0下载:
  2. 进行串口通信,需串口模拟器配合,进行简单的收发功能,以及进行端口的参数配置。-this program can communication by serial com
  3. 所属分类:串口编程

    • 发布日期:2017-05-15
    • 文件大小:3894426
    • 提供者:冯伟
  1. serial-interface

    0下载:
  2. freescale DSP 在串口调试助手输入区中输入数据,通过芯片的RS-232口传输数据,在串口调试助手的输出区中显示数据。-freescale DSP debugging assistant in the serial data input area, enter through the RS-232 chip port transmission of data, the output of the serial debugging assistant area display data.
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:231840
    • 提供者:
  1. Serial-Port

    0下载:
  2. 串口通信,实现用vc++编码的串口调试工具-Serial communication, implemented by the serial port vc++ code debugging tool
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4231213
    • 提供者:www
  1. Linux-read-serial-port-

    0下载:
  2. linux c/c++的串口的读写方法,提供详尽的Linux源程序,方便读者实现串口读写功能-linux c/c++ read and write the serial method, Linux source code to provide detailed, easy to readers to read and write capabilities to achieve serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1664526
    • 提供者:Essay
  1. serial

    1下载:
  2. iPhone 串口通讯 利用XCode的命令行程序编写 调试通过-iPhone Serial Com Please check in and this is good example for serial port for mac
  3. 所属分类:串口编程

    • 发布日期:2013-04-14
    • 文件大小:1953
    • 提供者:wangyungang
  1. Serial-Communication-using-VB

    0下载:
  2. 利用VB开发串口通信程序既可以使用MSComm控件也可以调用Windows API函数实现。不过,只要MSComm控件可以被选用,我们推荐选择此控件实现,因为MSComm控件的功能和API调用一样强,甚至比它还好且使用起来更加简单。 在本章提供的串口通信程序设计中,除了PC与PC串口通信外,PC与单片机、PC与智能仪表、PC与PLC、PC与GSM短信模块等串口通信任务的实现均采用MSComm控件。 -Serial Communication using VB developers can
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1689337
    • 提供者:寂静山林
  1. serial

    0下载:
  2. linux环境下使用串口进行通信,C语言编写,使用系统调用函数打开、关闭、读写ttyS0-linux environment using serial communication, C language, using the system call function to open, close, read and write ttyS0
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1050
    • 提供者:007
  1. S12DP512--serial-port-test

    0下载:
  2. 飞思卡尔MC9S12DP512单片机串口测试程序-Freescale MC9S12DP512 microcontroller serial port test program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:490699
    • 提供者:duanlijuan
  1. VB-serial-communication-chapter6.1

    0下载:
  2. 《Visual Basic串口通信与测控应用技术实战详解》 随书光盘 第6章 6.1 PC机与PC机串口通信-" Visual Basic serial communication with the monitoring and control application technology Detailed real" CD with the book Chapter 6 6.1 PC and PC serial port communication
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:777
    • 提供者:王小明
  1. PC-and-serial-communicat

    0下载:
  2. PC机与智能仪器串口通信程序设计 Visual c++实例编程-PC and serial communication programming intelligent instruments Visual c++ programming examples
  3. 所属分类:ComboBox

    • 发布日期:2017-03-26
    • 文件大小:47957
    • 提供者:wang
  1. Serial-debugging

    0下载:
  2. delphi版的串口调试软件源码 SPCOMM使用方法 1.设置参数: CommName := Com1 //串口 BaudRate := 9600 //波特率 2.打开 StartComm() 3.写数据 WriteCommData(缓冲区地址,字节数) 读数据 OnReceiveData(数据接收处理); 4.关闭 StopComm()。-delphi source code version of the serial debugging software
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-22
    • 文件大小:280551
    • 提供者:philzheng
  1. VxWorks-Serial.RAR

    1下载:
  2. VxWorks下多串口配置软件包V1.0(vxworks5.5),Tornado开发环境下多串口开发指导-Multi-port configuration under VxWorks package V1.0 (vxworks5.5), Tornado development environment and more serial development of guidance
  3. 所属分类:VxWorks

    • 发布日期:2017-03-30
    • 文件大小:254868
    • 提供者:wxp
  1. serial-port

    0下载:
  2. 单片机程序,关于串口通信方面的。计算机通过串口和单片机通信。单片机数码管显示数据。-SCM procedures, on aspects of serial communication. Computer and the microcontroller through the serial port communication. Single-chip digital display data.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1084
    • 提供者:
  1. DS18B20(serial)

    0下载:
  2. 基于STM32的串口温度传感器DS18B20程序-Based on the STM32 serial temperature sensor DS18B20 program
  3. 所属分类:Embeded-SCM Develop

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

    0下载:
  2. 利用vb的本身自带控件进行串口编程通信,简单实用-Using vb itself to bring their own controls serial port programming communication, simple and practical
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:2004
    • 提供者:胡振邦
  1. Serial

    0下载:
  2. LPC2368串口通信程序,LPC2368串口通信程序-LPC2368 Serial.rar
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:88627
    • 提供者:wzm
  1. java-serial

    0下载:
  2. 关于的java串口问题,串口通讯,串口监听,串口配置-the question of java serial
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:1533
    • 提供者:冯洋
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com