搜索资源列表
SinWaveFirmware
- 68013的USB通讯测试程序,具有两个批量管道,接收上位机指令并向其传输正弦波数据,用于USB开发中的测试。供参考。
UNIX_Version_1
- 本文档是Uinx环境下的高级编程的中文版,此电子书详细介绍了Unix系统下的程序编写,系统函数调用的API接口,包括文件系统,设备驱动,任务间的通讯机制,管道,信号量消息队列等等。对学习Linux,VxWorks等类Unix嵌入式系统编程有很好的指导作用。-This document is Uinx high-level programming environment, the Chinese version, this book details the programming under Un
msg_VxWorks
- 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
process_communication_wince
- 开发平台:vs2005; 目标平台:WINCE; 功能描述: 进程间通讯的方法有很多,除了常用的剪切板外,还可以用以下几种方法来实现:利用Windows消息WM_COPYDATA、全局原子、内存映射文件、命名管道、邮槽等。 在这里我使用的是Windows消息WM_COPYDATA来实现进程间通讯。-Development platform: vs2005 target platform: WINCE Descr iption: inter-process communicat
mkfifo
- 使用mkfifo创建有名管道并实现两个进程之间的通讯-Use mkfifo to create a named pipe communication between two processes
pipe_rw
- 使用pipe创建的无名管道并实现父子进之间的通讯-Use anonymous pipes created by the pipe and communication between father and son into the
IPC
- 实现两个进程间的通讯,IPC(Inter-Process Communication)是共享"命名管道"的资源,通过提供可信任的用户名和口令,连接双方可以建立安全的通道并以此通道进行加密数据的交换,从而实现对远程计算机的访问。-Communication between two processes, IPC (Inter-Process Communication) is a shared resource of the " named pipes" by providing
USB_Control_Firmware
- C++语言编写的针对CY7C68013A芯片的固件程序。包括了对USB Slave FIFO的配置和内部传输管道以及FIFO大小的必要控制。该程序在硬件上通过测试,在没有其他USB设备干扰的应用下,可以确保450Mbps通讯效率。-Firmware control for USB Slave FIFO in CY7C68013A. It define the necessary configuration on transaction segment and pipe as well as FI
pipe3
- linux进程间的通讯,利用3管道实现父进程与子进程间的双向通讯,并实现某一组函数的功能-linux inter-process communication, two-way communication using three pipelines parent process and the child process between function and to achieve a set of functions