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

LabWindowsCV-serial-and-word-printf

于 2016-03-27 发布 文件大小:7080KB
0 258
下载积分: 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 个回复

  • 379-通讯
    说明:  包含串口测试程序。和串口向PC机发送字符的程序。(Contains serial port test program. And serial port to send characters to the PC program.)
    2020-06-21 03:20:01下载
    积分:1
  • 通信
    matlab接收串口程序,接收单片机发送的数据到电脑显示。(Matlab receives the serial program, receives the data that the one-chip computer sends to the computer reveals.)
    2018-05-09 10:55:14下载
    积分:1
  • MDB-Cashless-Test
    MDB协议接口售货机非现金支付测试工具,用于连接RS232-MDB适配器到自动售货机MDB接口,实现自助设备的移动支付。(MDB protocol interface vending machine cashless payment testing tool, used to connect RS232-MDB adapter to the vending machine MDB interface, to achieve mobile payment of self-service equipment.)
    2018-05-27 15:37:05下载
    积分:1
  • commmonitor
    很好用的串口通讯监视和调试软件,安全无毒,放心下载。(Good serial communication monitoring and debugging software, safe, non-toxic, rest assured download.)
    2012-12-31 17:23:10下载
    积分: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
  • VC modbus
    VC串口通信modbus协议源代码,测试可用。(modbus通信协议)(VC serial communication protocol source code modbus)
    2014-06-07 18:26:28下载
    积分:1
  • 超级终端_中文_Unicode
    XP以后版本,系统已不自带超级终端。 想使用的朋友可以通过单独下载此软件使用。(After the XP version, the system does not have its own super terminal. Friends who want to use it can download this software separately.)
    2017-11-15 15:35:16下载
    积分:1
  • SerialComm
    一个C语言的串口通信程序(C language of a serial communication program)
    2004-09-28 15:42:51下载
    积分:1
  • FPGAverilogIICSPI
    说明:  FPGA verilog 学习资料,包括verilog 语言入门,基础语法,串口 IIC SPI发送接收,适合在VIVADO上运行。(FPGA Verilog learning materials, including the introduction of Verilog language, basic syntax, serial port sending and receiving,IIC SPI , etc., suitable for running on vivado.)
    2020-12-30 10:39:00下载
    积分:1
  • aaa
    串口监视工具。可以监视窗口的接受和发送的数据(Serial port monitoring tools. Can monitor the window to receive and send data)
    2010-01-18 14:08:20下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载