CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 串口 数据

搜索资源列表

  1. reading-data-by-com

    0下载:
  2. 通过串口读取DL-7型真空计的读数,并将其中的数据自动保存。-DL-7 type vacuum gauge readings read through the serial port, and the data is automatically saved.
  3. 所属分类:LabView

    • 发布日期:2017-11-19
    • 文件大小:27448
    • 提供者:李海若
  1. delphicomm

    0下载:
  2. 本版本由sky的1.0修改而成,本来只是用来学习SPCOMM控件的,想不到经过一个晚上的努力,程序已经近于完善了。就将我的成果共享出来吧。由于改用COMPORT控件为SPCOMM控件,整个代码已经经过大规模的改动,去除了Email等与程序应用不太相关的部分,改进了绝大部分算法,添加原未完成的功能 ,程序依然是参照龚建伟VC版《串口调试助手V2.2》来编写的。我相信,现在的程序不比龚建伟VC版《串口调试助手V2.2》差,毕竟串口调试助手V2.2不能显示中文字符(或许只有我遇到这个问题)。把它作为我
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-16
    • 文件大小:341984
    • 提供者:李大伟
  1. new

    0下载:
  2. 一对蓝牙模块相互通信,一块接电脑,另一块接单片机。单片机通过串口将接受 到的数据在lcd上显示出来-A Bluetooth module to communicate with each other, one connected to the computer, another a connected microcontroller. Microcontroller through the serial port to receive the data displayed on the lcd
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-13
    • 文件大小:2015
    • 提供者:林子
  1. labvIEW-remote-car

    0下载:
  2. 自己做的遥控小车操作界面及程序,带图像采集,然后通过串口向小车发送数据-Own remote control car operator interface and the program, with the image acquisition, and then send data through the serial port to the car
  3. 所属分类:LabView

    • 发布日期:2017-11-12
    • 文件大小:31705
    • 提供者:王雪松
  1. visa

    1下载:
  2. 通过labvIEW进行编程,将力传感器的数据采集,通过串口发送到力反馈设备-Force sensor data acquisition, force feedback devices sent through the serial port to be programmed through labvIEW
  3. 所属分类:LabView

    • 发布日期:2017-11-19
    • 文件大小:64238
    • 提供者:王雪松
  1. CH452

    0下载:
  2. 程序功能为51单片机通过三线串口操作CH452,CH452驱动8位数码管正常显示以及显示数据的更新。51单片机通过模拟CH452串口操作时序向-The program features 51 microcontroller via a three-wire serial interface operation CH452, CH452 driver 8 digital tube display properly, and display data update. 51 single-chip C
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:1394
    • 提供者:zhangming
  1. usb

    0下载:
  2. 主要功能为,从USB总线读取延时参数,单片机延时发送内存缓冲区的一个字节数据到USB总线,每传送一个字节数据查询USB总线是否有停止USB总线通信命令,如有停止USB总线通信命令,则重新开始检查串口握手信号,开始下一次USB总线通信。 -Main function is to read from the USB bus delay parameters, single-chip delay sending a byte of data memory buffer to the USB bus
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1445
    • 提供者:zhangming
  1. COM1aCOM2

    0下载:
  2. 两个上位机之间的串口通信,实现数据的互传-Two serial communication between the host computer, the data transfer
  3. 所属分类:LabView

    • 发布日期:2017-12-02
    • 文件大小:12638
    • 提供者:张路
  1. WUSBDAQ

    0下载:
  2. 关于labview的串口资料,用于与USB数据采集卡连接的一个有用的程序-Labview serial for USB data acquisition card connected a useful program
  3. 所属分类:LabView

    • 发布日期:2017-12-02
    • 文件大小:876
    • 提供者:吕文
  1. UART_RS232(verilog)

    1下载:
  2. /本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:600285
    • 提供者:饕餮小宇
  1. UART_RS232(VHDL)

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作状
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:607493
    • 提供者:饕餮小宇
  1. ceshi

    0下载:
  2. 采用AT89C2051单片机,晶振11.0592MHZ,通讯速率19200,采用TTL串口通讯 手机号码缓存在28H-33H的内存中 短信内容缓存在48H-57H的内存中 短信中心的号码存放在58H-63H的内存中 密码"车辆报警"存放在64H-73H的内存中 手机号码存放在74H-7F的内存中 P1.0为手机开关机控制端 P1.1为串口接收模块数据OK P1.2为解防/设防控制端- AT89C2051 microcontrol
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:1249
    • 提供者:赵海营
  1. tongxin

    0下载:
  2. pc与串口设备通信,接收数据,比如PLC-pc via the serial port to communicate with the PLC
  3. 所属分类:MiddleWare

    • 发布日期:2017-12-08
    • 文件大小:874059
    • 提供者:紫凝辉
  1. COMD

    0下载:
  2. 为在WINDOWS系统下的串口调试程序源码,并附有注解,方便设置波特率和数据位宽,支持单片机调试,使用RS232协议-Serial debugger source code under the WINDOWS system, together with annotations, convenient to set the baud rate and data bits wide to support a single-chip debugging using RS232 protocol
  3. 所属分类:source in ebook

    • 发布日期:2017-11-13
    • 文件大小:3908778
    • 提供者:张奎
  1. tongxunbiansechengxu

    0下载:
  2. 全彩灯具通讯解码程序 本程序可以通过串口接收数据变色,可以调节波特率和地址等等数据-Full-color lamps communications the decoding procedures this program discoloration can receive data through the serial port, you can adjust the baud rate and address data
  3. 所属分类:assembly language

    • 发布日期:2017-12-03
    • 文件大小:12793
    • 提供者:郭雷
  1. spcom_xianshi

    1下载:
  2. 用spcomm写的串口多通道数据采集的一个程序,-Serial multi-channel data acquisition with spcomm write a program,
  3. 所属分类:Delphi VCL

    • 发布日期:2016-12-20
    • 文件大小:560128
    • 提供者:姜瑜
  1. jiasudu

    0下载:
  2. 一个用comport编写的用于加速的传感器数据传输的串口通信控件-The comport write a serial communication control for acceleration sensor data transmission
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-08
    • 文件大小:472550
    • 提供者:姜瑜
  1. SCI_Send

    0下载:
  2. 通过SCI发送数据到电脑上,在labview上可以查看,相当于串口调试助手-uchar comunication
  3. 所属分类:LabView

    • 发布日期:2017-11-20
    • 文件大小:16540
    • 提供者:蓝雨夜
  1. LabVIEW86_com32-readawrite

    0下载:
  2. com32 read.vi---串口读数据vi。 com32 write.vi---串口写数据vi。-com32 read.vi-- serial read data vi. com32 write.vi-- serial write data vi.
  3. 所属分类:LabView

    • 发布日期:2017-12-02
    • 文件大小:30355
    • 提供者:veblen
  1. ratetest

    0下载:
  2. 串口通信,过滤数据头,简单实用,利于初学者使用。-Head of serial communication, filtering data, simple and practical.
  3. 所属分类:LabView

    • 发布日期:2017-12-10
    • 文件大小:21024
    • 提供者:lele
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 19 »
搜珍网 www.dssz.com