CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - labview与单片机串口通信

搜索资源列表

  1. labview-serial-communication

    1下载:
  2. 讲述了实际测控中的各种串口通信,PC与PC的串口通信,PC与单片机,PC与PLC,PC与智能仪器,PC与GSM短信模块,PC与远程IO串口通信。使用的是Labview,详细介绍了编程过程。-About the actual measurement and control in a variety of serial communication, PC and the PC' s serial communication, PC and MCU, PC and PLC, PC and Int
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2.28mb
    • 提供者:吴小平
  1. labview_Serial

    1下载:
  2. 实现labview与单片机串口通信,实现波形显示-Labview serial communication with the microcontroller to achieve, to achieve the waveform display
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:15.99kb
    • 提供者:liao
  1. Labviewcommunication

    0下载:
  2. Labview与单片机的串口通信,程序中加入例如传输协议,并具有判断传输数据可靠性功能,提取所需数据并显示图形。-Labview and the Serial communication, procedures to add such as transport protocols, and has to judge the reliability of data transmission functions, extract the required data and display graph
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:48.16kb
    • 提供者:才名义
  1. danpianjitongxin

    2下载:
  2. 单片机通过串口与Labview通信,实现单片机向Labview发送字符,labview接收,labview向单片机发送控制命令,单片机接收并执行-Microcontroller through the serial port communication with Labview, Labview MCU to send characters, labview receiver, labview to send control commands to the microcontroller, th
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:18.9kb
    • 提供者:xiongzhilin
  1. CCD_COM

    1下载:
  2. 基于51单片机与labview进行串口通信的图像采集VI程序,速度比较慢一点,但容易看懂,下位机编程较方便-Based on 51 single-chip serial communication with LabVIEW for the VI image acquisition process, the speed is relatively slow, but easy to understand, the next bit machine programming more convenie
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:43.03kb
    • 提供者:linhao
  1. PCMCUSerialCommunication

    0下载:
  2. PC机与单片机串口通信程序设计,上位机软件开发,基于VC++,Labview,C++ builder。很适合出学者。-PC-MCU serial communication program with the design, PC software development, based on VC++, Labview, C++ builder. Very suitable for a scholar.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3.73mb
    • 提供者:xiaoxiao
  1. labviewserial

    0下载:
  2. LabVIEW串口通信程序设计 以PC作为上位机,以调制解调器(Modem)、串行打印机、各种监控模块、PLC、摄像头云台、数控机床、单片机及智能设备等作为下位机广泛应用于测控领域。本章举几个典型实例,详细介绍利用LabVIEW实现PC与各种下位机设备串口通信的程序设计方法。-failed to translate
  3. 所属分类:Com Port

    • 发布日期:2017-05-12
    • 文件大小:2.62mb
    • 提供者:随寻
  1. LABVIEW-and-MCU

    0下载:
  2. 实现单片机与LABVIEW的串口通信。单片机部分的上载程序,只需用LABVIEW构建一个简单的输入与输出指令界面-LABVIEW MCU and serial communication. Single-chip part of the upload process, just use LABVIEW build a simple command interface, input and output
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:16.94kb
    • 提供者:caojuan
  1. zhunanfu_vi

    1下载:
  2. 这是一个用labview开发的上位机与单片机的串口通信程序,包括数据采集与现实,向单片机发送数据,类似于高级的串口通信程序。-this is a labview program of port communication.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:474.5kb
    • 提供者:zhunanfu
  1. an-experiment-system

    1下载:
  2. 本文介绍了自动平衡实验系统的设计,该系统由加速度传感器、ATmega16单片机、步进电机和平衡支架组成。单片机系统实现了对传感器的数据采集、步进电机的控制和上位机的串口通信。通过上位机(LabVIEW)与单片机串口通信,能够实现步进电机的“自动水平”和“既定角度转动”两种功能。-In this paper, an auto-balance experiment symtem is designed,which consists of accelerometer,ATmega16 single c
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:254.78kb
    • 提供者:冯亚飞
  1. PCaMCU(Labview8.6)

    0下载:
  2. lab view与单片机串口通信 通过labview发送命令,使单片机实现相应功能-lab view and the microcontroller serial communication
  3. 所属分类:LabView

    • 发布日期:2017-11-10
    • 文件大小:16.51kb
    • 提供者:崔玉笛
  1. labview-danpianji

    0下载:
  2. 利用Keil C51 和LabVIEW编写程序实现PC与单片机串口通信。 设计任务 PC通过串行口将数字(00 ,01 ,02,03... ,FF,十六进制)发送给单片机,单片机收到 后回传这个数字,PC接收到回传数据后显示出来,若发送的数据和接收到的数据相等,则串 行通信正确,否则有错误。启始符是数字00,结束符是数字 FF。-Use Keil C51 and LabVIEW programming to achieve PC serial communication wi
  3. 所属分类:LabView

    • 发布日期:2017-04-02
    • 文件大小:24kb
    • 提供者:郑州
  1. serial-communication

    0下载:
  2. 本程序为labview开发的PC与单片机串口通信的源程序。-This program was developed by the source PC labview serial communication with the microcontroller.
  3. 所属分类:LabView

    • 发布日期:2017-04-26
    • 文件大小:141.31kb
    • 提供者:dengfeng
  1. serial-communication

    0下载:
  2. 本程序为labview开发的PC与单片机串口通信的源程序。-This program was developed by the source PC labview serial communication with the microcontroller.
  3. 所属分类:LabView

    • 发布日期:2017-05-02
    • 文件大小:599.53kb
    • 提供者:sharefe
  1. com

    0下载:
  2. labview与单片机串口通信,采集数据显示并发送指令,实现监测。-labview serial communication with the microcontroller
  3. 所属分类:LabView

    • 发布日期:2017-04-26
    • 文件大小:55.07kb
    • 提供者:lee yongxian
  1. LABVIEW

    0下载:
  2. 这是运用Labview编写的串口通信的程序,包括PC与单片机,单PC双串口通信,PC与PC串口通信。-This is the use of Labview prepared by the serial communication procedures, including PC and single-chip, single PC dual serial communication, PC and PC serial communication.
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:35.78kb
    • 提供者:王风
  1. PC-to-MCU-LABVIEW

    0下载:
  2. PC与单个单片机串口通信,发送2位16进制数据,单片机收到后回传数据-MCU serial port communication
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:193.62kb
    • 提供者:张志强
  1. 智能分布式双轴太阳能跟踪采集存储系统

    1下载:
  2. labview与51单片机串口通信,labview作为上位机,实现电机开关正反转功能(LabVIEW and 51 SCM serial communication, LabVIEW as the host computer, the realization of motor switch positive and reverse function)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-20
    • 文件大小:36kb
    • 提供者:Yielence
  1. shiyu77688

    0下载:
  2. lab view与单片机串口通信 通过labview发送命令,使单片机实现相应功能(Lab View and singlechip serial communication, through the LabVIEW send commands, so that the microcontroller to achieve the corresponding function)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:16kb
    • 提供者:momoni998
  1. 串口程序

    0下载:
  2. 实现上位机与单片机的串口调试,pc输入一条数据,单片机读取数据后并返回上位机(Realization of serial debugging of host computer and single chip microcomputer)
  3. 所属分类:LabView编程

    • 发布日期:2018-01-09
    • 文件大小:30kb
    • 提供者:Devil無殇
« 12 »
搜珍网 www.dssz.com