登录
首页 » LabView » labviewRS232

labviewRS232

于 2020-07-02 发布 文件大小:2106KB
0 307
下载积分: 1 下载次数: 86

代码说明:

  labview串口通信程序集,挺多程序的(labview serial communication assemblies)

文件列表:

labview串口通信程序集
.....................\ascii转为10进制 1
.....................\.................\串口读写操作例子.vi,30260,2006-05-27
.....................\ascii转为10进制2
.....................\................\串口数据合并.vi,37612,2006-05-27
.....................\byte array
.....................\..........\serial send.vi,16979,2006-10-26
.....................\labview modbus
.....................\..............\LabVIEW CRC 16.vi,8570,2010-03-19
.....................\..............\NIModbus.llb,1842531,2007-08-07
.....................\LabVIEW串口的例子11484串口
.....................\..........................\串口
.....................\..........................\....\串口测试.vi,641628,2005-08-05
.....................\..........................\....\前级状态3.vi,56673,2005-07-22
.....................\..........................\....\故障.vi,68976,2005-07-22
.....................\..........................\....\温度.vi,28072,2005-07-20
.....................\..........................\....\转2进制.vi,15995,2005-07-21
.....................\..........................\....\通信故障.vi,67676,2005-07-22
.....................\labview串口监控
.....................\...............\串口监控系统.vi,105430,2011-10-02
.....................\labview串口调试程序
.....................\...................\9针串口定义.doc,211968,2011-07-13
.....................\...................\串口调试程序.VI,38172,2011-07-20
.....................\...................\串口通信基本接线方法9针25针.doc,26112,2011-07-13
.....................\...................\字符串转十六进制.vi,10860,2010-06-16
.....................\LabVIEW串口通讯
.....................\...............\LabVIEW串口通讯.vi,26504,2009-12-10
.....................\rs232
.....................\.....\串口测试.vi,641628,2005-08-05
.....................\串口
.....................\....\串口
.....................\....\....\串口测试.vi,143092,2011-10-01
.....................\....\串口子vi
.....................\....\........\前级状态3.vi,13557,2011-10-01
.....................\....\........\故障.vi,68976,2005-07-22
.....................\....\........\温度.vi,28072,2005-07-20
.....................\....\........\转2进制.vi,7675,2011-10-01
.....................\....\........\通信故障.vi,67676,2005-07-22
.....................\串口数据转换
.....................\............\change ascii to string.vi,44942,2005-04-13
.....................\串口波形
.....................\........\my serial.vi,149481,2006-09-27
.....................\串口调试函数
.....................\............\串口调试.VI,29688,2011-10-01
.....................\串口通讯
.....................\........\com77.vi,74937,2006-11-13
.....................\搜寻串口函数
.....................\............\寻找串口函数.vi,16025,2011-10-01
.....................\读取GPS串口
.....................\...........\读取GPS串口.vi,147747,2006-05-22
.....................\配置串口(mscomm)
.....................\................\配置串口.vi,65448,2006-05-22
.....................\高级串口读写程序
.....................\................\Advanced Serial Write and Read.vi,35030,2011-10-01

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

发表评论

0 个回复

  • serial_com
    串口读写 (Serial reading and writing)
    2020-12-01 17:29:26下载
    积分:1
  • SerialPortTest2
    改进的SerialPort类单文档实例程序(improved SerialPort single document type sample program)
    2006-10-15 15:24:20下载
    积分:1
  • 645-376.1
    支持电力规约645,376.1等相关规约的485代码,支持常用电表控制信令代码,(Support the power of the Statute 645,376.1 Statute 485 and other related code, support for common control signaling code meter,)
    2020-09-09 21:08:03下载
    积分:1
  • avray
    OFDM通信系统抗多径衰落干扰研究,顺便求OFDM系统中关于频谱偏移的估计与补偿的,(The research on the anti-multipath fading interference in OFDM communication system, and the estimation and compensation of spectrum offset in OFDM system,)
    2020-11-19 21:59:38下载
    积分:1
  • com77
    labview串口通信的一种比较实用的方法 含程序框图(labview serial communication of a more practical approach with the block diagram)
    2011-08-05 10:35:16下载
    积分: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
  • serialpor
    多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。(A communication class for serial port)
    2013-08-09 20:16:35下载
    积分:1
  • 768015
    用visual c++写的串口通信程序,有rs232,同步串口通信,不错的(Written in visual c++ serial communication program, rs232, synchronous serial port communication, good)
    2017-04-14 17:36:45下载
    积分:1
  • aUART
    C51普通IO模拟串口收发,波特率可达28800,可做多串口移植;(failed to translate)
    2013-05-07 22:43:08下载
    积分:1
  • [Visual.C.Turbo.C
    C#串口编程,介绍很详细,希望对大家有帮助(C# serial)
    2014-07-06 14:33:23下载
    积分:1
  • 696518资源总数
  • 105721会员总数
  • 0今日下载