CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VxWorks 搜索资源 - communication system

搜索资源列表

  1. VxworksTrainingDocument

    0下载:
  2. 本文档对实时操作系统作了简要介绍,并针对VxWorks系统的特点进行了具体的说明和分析,从VxWorks系统的任务管理、通信机制、系统配置、系统接口几个方面展开。-the right real-time operating system files were briefed, against VxWorks system and the characteristics of the specific descr iption and analysis, VxWorks system from t
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:337.91kb
    • 提供者:曾志明
  1. UNIX_Version_1

    0下载:
  2. 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
  3. 所属分类:VxWorks

    • 发布日期:2017-06-11
    • 文件大小:17.96mb
    • 提供者:黄欣
  1. tcp_input

    0下载:
  2. 本程序代码为嵌入式操作系统vxworks下进行网络tcp通讯程序设计的输入源代码-The code for the embedded operating system vxworks tcp communication network under the input source code programming
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:15.92kb
    • 提供者:苏小鹏
  1. Communication_Vxworks

    0下载:
  2. About communication in Vxworks system
  3. 所属分类:VxWorks

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:whowindows
  1. TCPommunicationPrograminVxWorks

    0下载:
  2. 本文描述了在实时操作系统VxWorks中利用TCP实现数据通信的方法,并分别给出了客户机和服务器通信程序设计的详细过程,目前已经在我们开发的风洞测控系统中获得了应用。该方法可适用于工业控制等多方面,具有广泛的适应性。-This paper describes the real-time operating system VxWorks in the use of TCP data communication method, and were given client and server com
  3. 所属分类:VxWorks

    • 发布日期:2017-04-16
    • 文件大小:126.54kb
    • 提供者:李李
  1. xiaoxiduilie

    0下载:
  2. VxWorks的嵌入式系统消息队列通信实现以下功能:系统包含三个任务,一个初始化任务(tInitTask),一个生产者任务(SendTask),一个消费者任务(ReceiveTask); (1)要求SendTask与ReceiveTask之间使用消息队列传递数据; (2)要求tInitTask能设置SendTask和ReceiveTask的优先级; (3)要求tInitTask能设置传递消息的数量和消息队列的大小。 -Embedded Systems VxWorks messag
  3. 所属分类:VxWorks

    • 发布日期:2017-04-05
    • 文件大小:1.52kb
    • 提供者:成功
  1. VxWorks.development.Fibre.Channel.Communication.Sy

    0下载:
  2. VxWorks development of Fibre Channel Communication System Design VxWorks开发光纤通道通信系统设计-VxWorks development of Fibre Channel Communication System Design
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:194.48kb
    • 提供者:0o
  1. tcp_output

    0下载:
  2. 本程序为在嵌入式操作系统vxworks下进行网络tcp协议的通讯的输出部分程序源码-This program is under the embedded operating system vxworks tcp protocol for network communication output part of the program source code
  3. 所属分类:VxWorks

    • 发布日期:2017-04-01
    • 文件大小:7kb
    • 提供者:苏小鹏
  1. tcp_timer

    0下载:
  2. 本代码为嵌入式操作系统vxworks下网络tcp通讯中的定时器的应用源码-The embedded operating system code for vxworks tcp communication networks under the timer in the application source code
  3. 所属分类:VxWorks

    • 发布日期:2017-04-07
    • 文件大小:4.29kb
    • 提供者:苏小鹏
  1. vxworks-expriment-source-

    0下载:
  2. 嵌入式实时操作系统VxWorks实验教程(重庆大学通信工程学院),包含:多任务程序的创建和启动,时间片轮转调度,基于优先级抢占式调度,消息队列实现任务间的通信,使用二进制信号量来实现任务间的同步 ,使用互斥信号量来实现任务对共享资源的互斥访问,vxworks下任务间通信例程 等等。-Embedded real-time operating system VxWorks Experimental Course (Institute of Communication Engineering, Cho
  3. 所属分类:VxWorks

    • 发布日期:2017-03-25
    • 文件大小:631.16kb
    • 提供者:xuyuc
  1. VxWorks_manual

    0下载:
  2. 本文档对实时操作系统作了简要介绍,并针对VxWorks系统的特点进行了具体的说明和分析,从VxWorks系统的任务管理、通信机制、系统配置、系统接口几个方面展开。-This document briefly introduces real-time operating system, VxWorks system and for the characteristics of a specific descr iption and analysis, from the VxWorks system
  3. 所属分类:VxWorks

    • 发布日期:2017-04-16
    • 文件大小:50.8kb
    • 提供者:wangc
  1. vxworks

    0下载:
  2. Vxworks多任务内核完成的功能是:实时调度,任务间通信及互斥。 其它功能则作为系统库围绕在内核周围,它们可根据需要进行剪裁-Vxworks complete multitasking kernel functions are: real-time scheduling, inter-task communication and mutual exclusion. Other features are as around the core system libraries around,
  3. 所属分类:VxWorks

    • 发布日期:2017-04-04
    • 文件大小:3.53kb
    • 提供者:firs
  1. tty

    0下载:
  2. vxWorks实时操作系统串口通信接口分装及演示程序-vxWorks real time operating system serial communication interface packing and demo program
  3. 所属分类:VxWorks

    • 发布日期:2017-04-04
    • 文件大小:12.2kb
    • 提供者:jinjie
  1. kongtiaocomtest

    1下载:
  2. 松下空调电总版子机测试程序,测试之前请选择串行端口,本程序使用命令按钮控件,关闭通信端口,结束系统;使用Output属性将用户欲发送的字符串送出;MSComm的OnComm事件程序,由CommEvent属性值的不同,将各别的程序代码写入,相关的子程序中,在此例中,只要RThresold中的设置字符数到达时,便会使得CommEvent属性值变成comEvReceive,因此接收的子程序便被执行。-Panasonic air conditioning electric sub-machine tes
  3. 所属分类:VxWorks

    • 发布日期:2016-10-06
    • 文件大小:10kb
    • 提供者:谢昇
  1. 4.UDP-sockets-communication-

    0下载:
  2. UDP sockets communication between UDP server running on a VxWorks system and UDP client running on a UNIX host
  3. 所属分类:VxWorks

    • 发布日期:2017-12-05
    • 文件大小:5.16kb
    • 提供者:WY
  1. 基于vxworks系统的can_串口_UDP_TCp等使用实例

    1下载:
  2. 给出了vxWorks系统下的各种通讯方式的驱动程序及使用demo,可轻松以此为基础去编写嵌入式控制程序(The driver and demo of various communication modes in VxWorks System are given. It is easy to write embedded control program on this basis)
  3. 所属分类:VxWorks

    • 发布日期:2020-12-03
    • 文件大小:1.05mb
    • 提供者:撒范德萨发
搜珍网 www.dssz.com