登录
首页 » Others » LabWindowsCV-serial-and-word-printf

LabWindowsCV-serial-and-word-printf

于 2016-03-27 发布 文件大小:7080KB
0 282
下载积分: 1 下载次数: 9

代码说明:

  通过moudbus协议,实现串口数据采集与发送,以及,可通过界面设置参数与将数据打印到excel表。(Through moudbus agreement, serial port data acquisition and sending, and can set parameters through the interface and the data printed to the excel table.)

文件列表:

过2S03B监控
...........\crc.c,4876,2015-05-07
...........\crc.h,2133,2015-05-07
...........\cvibuild.S03B_test
...........\..................\Debug
...........\..................\.....\BuildStep.bat,57,2015-05-17
...........\..................\.....\CallCC.bat,3765,2015-10-03
...........\..................\.....\CallLink.bat,248,2015-05-17
...........\..................\.....\CallRC.bat,332,2015-05-17
...........\..................\.....\crc.obj,12570,2015-05-16
...........\..................\.....\crc.obj.cvidefprots,208,2015-05-16
...........\..................\.....\CVI_includes.txt,1423,2015-10-03
...........\..................\.....\dlldependencies.txt,113,2015-05-17
...........\..................\.....\excel.nodbg.obj,7301567,2015-10-03
...........\..................\.....\excel.nodbg.obj.cvidefprots,2938188,2015-10-03
...........\..................\.....\excel.obj-033884,0,2015-05-05
...........\..................\.....\excel.obj-209888,0,2015-05-04
...........\..................\.....\excel.obj-330863,0,2015-05-06
...........\..................\.....\excel.obj-372754,0,2015-05-06
...........\..................\.....\excel.obj-631862,0,2015-05-13
...........\..................\.....\excel.obj-632167,0,2015-05-06
...........\..................\.....\excel.obj-819296,0,2015-05-06
...........\..................\.....\excel.obj.cvidefprots-033885,0,2015-05-05
...........\..................\.....\excel.obj.cvidefprots-209889,0,2015-05-04
...........\..................\.....\excel.obj.cvidefprots-330864,0,2015-05-06
...........\..................\.....\excel.obj.cvidefprots-372755,0,2015-05-06
...........\..................\.....\excel.obj.cvidefprots-631863,0,2015-05-13
...........\..................\.....\excel.obj.cvidefprots-632168,0,2015-05-06
...........\..................\.....\excel.obj.cvidefprots-819297,0,2015-05-06
...........\..................\.....\htm" target=_blank>Jamfile,2038,2015-10-03
...........\..................\.....\htm" target=_blank>Jamfile_instr,3831,2015-05-17
...........\..................\.....\linkersummary.txt,187,2015-05-17
...........\..................\.....\link_options.txt,2152,2015-05-16
...........\..................\.....\moduledependencies.txt,4193,2015-05-17
...........\..................\.....\resources.in.rc,993,2015-05-16
...........\..................\.....\resources.res,298032,2015-05-16
...........\..................\.....\S03B_test.exe,7275008,2015-05-17
...........\..................\.....\S03B_test.obj,471871,2015-05-17
...........\..................\.....\S03B_test.obj.cvidefprots,10656,2015-05-17
...........\..................\.....\selfexcel.obj,1129,2015-05-16
...........\..................\.....\selfexcel.obj.cvidefprots,0,2015-05-16
...........\excel.c,17740289,2015-05-05
...........\excel.fp,39245477,2015-05-05
...........\excel.h,3840023,2015-05-05
...........\excel.obj,7301567,2015-05-05
...........\excel.sub,208,2015-05-05
...........\msvc
...........\....\excel.obj,7301567,2015-05-05
...........\S03B_test.c,87113,2015-05-17
...........\S03B_test.cws,6236,2015-10-03
...........\S03B_test.exe,7275008,2015-05-17
...........\S03B_test.h,33008,2015-05-17
...........\S03B_test.prj,15264,2015-05-13
...........\S03B_test.uir,102176,2015-05-17
...........\selfexcel.c,838,2015-05-07
...........\selfexcel.h,688,2015-05-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 3Ddisplay
    Labview 3D显示物体姿态。单片机采集传感器数据,通过串口传至电脑,labview接收数据并截取处理,通过3d控件显示。(The labview 3D display object attitude. Single-chip sensor data collected and transmitted to the computer through the serial port, labview receive data and the interception of the processing, 3d controls.)
    2020-07-09 16:38:55下载
    积分:1
  • SerialportSample
    vc++写的串口通信程序,对于学习串口通信会有很大的帮助(vc++ write the serial communication program, learning serial communication will be of great help)
    2015-12-07 23:54:23下载
    积分:1
  • ATT7022_C51
    实现对电能质量芯片ATT7022的控制,读取芯片的串口信息。(Realization of power quality control chip ATT7022, read the chip serial information.)
    2021-03-20 10:39:18下载
    积分:1
  • SerialportSample
    串口调试小程序,很不错的小例子,有详细代码描述,适合初学者(Serial debugging applets very good example)
    2012-05-28 13:38:39下载
    积分:1
  • 台达ASCII
    台达校验码是ASCII的,VB源码。网上大部分是RTU的(Delta check code is ASCII, VB source code.Most of the Internet is RTU.)
    2020-06-21 21:40:01下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • UDP
    vc写的基于udp的串口通信简单实例 (Udp serial communication instance, a simple small program)
    2012-11-26 16:40:22下载
    积分:1
  • stringmathematica
    STRING MATHMATICAL PLEASE COMMENT
    2013-07-10 12:51:46下载
    积分:1
  • chuankouCSharp
    C# 串口调试 C# 串口调试 C# 串口调试 实现收发(C# serial debugging C# serial debugging C# serial debugging transceiver)
    2013-05-17 00:32:35下载
    积分:1
  • CANopen_master
    canOpen master 用于串口通信,主要用于测试can总线数据
    2017-05-02 16:15:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载