登录
首页 » LabView » 使用labview实现中断访问串口,使用消息队列方式传递数据 serial

使用labview实现中断访问串口,使用消息队列方式传递数据 serial

于 2020-07-02 发布 文件大小:83KB
0 191
下载积分: 1 下载次数: 226

代码说明:

  使用labview实现中断访问串口,使用消息队列方式传递数据。(Use labview realize interrupt visit, use the message queue serial port style to deliver data. )

文件列表:

serial
......\Serial_into_com.vi,26271,2010-03-08
......\Serial_select_event.vi,20923,2010-03-06
......\Serial_show_error.vi,18137,2010-03-10
......\Serial_write_read_comm.vi,183018,2010-03-19
......\Write_serial_comm.vi,43249,2010-03-17

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

发表评论

0 个回复

  • 利用CserialPort串口通讯类进行封装的DLL接口函数库SerialPort
    说明:  利用CserialPort串口通讯类进行封装的DLL接口函数库,该函数库使用方便,功能强大,提供打开串口、设置波特率、发送数据、接收数据、关闭串口等功能,支持多线程、多进程使用,在实际应用中经过反复测试,工作稳定。(The DLL interface function library encapsulated by CserialPort serial communication class is convenient to use and powerful. It provides functions such as opening serial port, setting baud rate, sending data, receiving data, closing serial port, etc. It supports multi-thread and multi-process use. After repeated tests in practical applications, the work is stable.)
    2020-07-16 13:38:49下载
    积分:1
  • 基于udp通信的服务器端源代码,可以与基于udp通信的客户端端实现通话...
    基于udp通信的服务器端源代码,可以与基于udp通信的客户端端实现通话-server for udp communication
    2022-07-05 04:20:45下载
    积分:1
  • extjs4.2-cookies-instance
    extjs4.2 cookies 实例.zip(extjs4.2 cookies instance. zip)
    2013-11-25 15:52:05下载
    积分:1
  • 飞鸽传书(java版)
    这是一份java实现的飞鸽传书,压缩包里的为txt文件,里面有注释和对应的包,在开发环境下根据package建立相应的包后即可运行,是一份不错的学习代码。
    2022-04-18 09:03:12下载
    积分:1
  • USB心电控制
    说明:  上位机使用LABVIEW显示心跳曲线, USB采集,单片机采用STM32F103C8,心跳检测芯片采用AD8232,利用单片机自身AD转换(The upper computer uses LabVIEW to display the heartbeat curve, USB to collect, SCM uses stm32f103c8, heartbeat detection chip uses ad8232, SCM uses its own ad conversion)
    2020-03-12 21:40:19下载
    积分:1
  • Electronicwarfare
    一、电子战的基本概念 电子战也叫电子对抗或电子斗争,是指敌对双方使用电子技术设备和器材所进行的电磁斗争。随着电子战的方法、手段和目的的变化,电子战的内容在不断地扩充和更新,其定义也在不断地演变。电子战主要包括:电子侦察、电子进攻、电子防御。 电子侦察包括支援侦察和情报侦察,电子进攻包括电子干扰和反辐射摧毁,电子防御包括反侦察、反干扰和反摧毁。而按对抗的对象不同则可分为通信战、雷达战、导航战、制导战、敌我识别战、光电战、C4ISR系统战和计算机战等。 (First, the basic concept of electronic warfare Electronic warfare, also known as electronic countermeasures or electronic struggle, the opposing sides are referring to the use of electronic technology and equipment and equipment carried out by electromagnetic struggle. With the electronic warfare methods, means and purpose of the changes in the contents of electronic warfare are constantly expanding and updating its definition is evolving. Include electronic warfare: electronic reconnaissance, electronic attack, electronic defense. Including support for electronic reconnaissance and intelligence surveillance reconnaissance, electronic attack, including electronic jamming and anti-radiation destroyed, electronic defense, including anti-reconnaissance, anti-jamming and anti-destroying. While the object of confrontation can be divided into different communications warfare, radar warfare, navigation warfare, guided warfare, warfare IFF, photoelectric warfare, C4ISR systems, such as war)
    2009-04-03 11:06:38下载
    积分:1
  • float2bin
    说明:  python实现,将float数据转换成二进制数据;(python Convert float data to binary data)
    2020-12-29 11:29:01下载
    积分:1
  • 即时聊天(服务器和客户端)
    简单的tcp/ip 通讯协议,详尽的客户端和服务端 接受和发送信息。可以在线IM交流、建立会议室(可以设置密码),会员(密码、头像等信息)和部门实现在线管理。 Server/Client分别为服务端和客户端,设置服务端可以实现在线管理,默认端口号10000。 数据库采用的是Access
    2022-03-18 03:00:07下载
    积分:1
  • 序是在windows visual C++下实现的socket序,能支持多人聊天,运行界面是dos。...
    此程序是在windows visual C++下实现的socket程序,能支持多人聊天,运行界面是dos。-This procedure is in the windows visual C under the socket procedures, can support more than chat, the interface is running dos.
    2023-02-19 14:40:03下载
    积分:1
  • motor
    说明:  介绍了一种基于仿真软件PROTEUS的单片机步进电机控制系统的仿真应用。整个系 统以AT89C51单片机为控制核心,利用单片机自身的定时中断、I/U输出,并与一些外围器件等有机结合起来,实现采用按键对步进电机的连续调速、实时控制与显示步进电机工作方式等功能。同时,采用C语言进行系统的软件编程,并在PROTEUS环境下通过了仿真验证。(A simulation application of stepping motor control system based on PROTEUS is introduced. Whole Department With AT89C51 as the control core, the system uses the timing interruption and I/U output of the single chip computer itself, and combines with some peripheral devices to realize the functions of continuous speed regulation, real-time control and display of the working mode of the stepper motor by using keys. At the same time, C language is used to program the software of the system, and it has passed the simulation verification under the environment of PROTEUS.)
    2019-06-27 20:43:52下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载