搜索资源列表
LinuxIPC进程间的通信
- Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
windump
- 用来监视网络通信数据的源代码和应用程序,方便网络程序底层开发.-used to monitor network traffic data source and application procedures, to facilitate the development of the underlying network programming.
DotNet
- 网络通信 数据存取 源码 增加分类 压缩文件有密码
client
- 嵌入式得应用程序 基于socket得通信程序 怎么实现和服务器端交互数据和菜单
Arm7
- 嵌入式得应用程序 基于socket得通信程序 怎么实现和服务器端交互数据和菜单
bioscom
- 上位机(386以上PC机)的所有程序是在BORLAND C++环境下编译的,因此串行通信程序可以直接应用I/O通信库函数bioscom(),该函数在由port指定的I/O端口上执行RS-232通信操作。通信前,根据与8098单片机的通信协议,设定通信的串行端口、数据位数、停止位数、波特率,由于上位机时钟为12MHz,所以对应的波特率应设置为4800。下面给出上位机串行通信的部分程序:
rtdir.rar
- arm9(s3c2410)下的串口通信测试代码,收到一个数据后,发送该数据。,The source for uart at linux for arm9(s3c2410).
VIDEOCAPTURE.tar.gz
- arm+linux下摄像头数据采集显示及jpeg压缩,并实现了udp通信,可以将摄像头采集的数据通过网络实时的传到远方!,data captured,display,and compressed in jpeg format based on arm+linux and display
GTKxiancheng
- 本文研究了嵌入式Linux的多线程的属性、线程的创建方法、线程间的数据处理以及线程间互斥等关键问题,并将多线程设计思想应用于在某控制系统的温度巡检用户界面设计,实现了串行通信和用户界面操作的快捷响应。-none
nrf905jizhang
- nrf905无线通信模块的linux驱动,其中linux内核的是2.4,主要功能是接收节点的数据并通过TCP网络编程传给上位机-nrf905 wireless communication module linux driver, which is a linux kernel 2.4, the main function is to receive the data node and pass through the TCP PC Network Programming
uart1
- 基于嵌入式linux,访问串口通信的代码,实现对串口数据的发送以及接收-Based on embedded linux, access to serial port communication code, to realize the sending and receiving serial data
5678
- Android游戏开发,Android数据存储,多媒体开发,网络与通信-Android game development, Android data storage, multimedia development, networking and communications
26
- arm9的linux程序,数码显示,网络通信,数据采集等-arm9 the linux program, digital display, network communications, data acquisition, etc.
Embedded_Remote_Control_System_Based_on_GPRS
- 本课题基于ARM嵌入式硬件平台,以嵌入式Linux为操作系统,设计并实现了一个远程控制系统。该系统主要包括远程控制终端系统、控制服务器系统和受控终端系统三大模块,实现了GSM短消息收发、GPRS数据传输、视频图像采集、蓝牙无线通信、直流电机变速控制和远程终端人机交互等功能。该系统可广泛应用于智能家居、工矿采集和机械生产等远程控制方面。-The remote control system designed and implemented in the paper is based on ARM e
serial
- 本实验是一个串口通信实验。程序通过函数set_speed设置串口通信速率,通过函数set_Parity设置串口数据位,停止位和效验位,通过函数OpenDev打开串口。实验者可以在主机键盘输入字符串,程序对接收到的字符串计算字符串长度,发往串口,并将该字符串也发往串口。 开发环境: 创维特CVTs3c2410 Redhat9.0-This experiment is a serial communication experiment. Procedures set by serial
daima
- 实现开发板上与串口进行通信,可以在串口上一次性接收比较大的数据量-To achieve the development board to communicate with the serial port, one serial port can be relatively large amount of data received
GPRS-PXA270
- GPRS通信源代码,ARM和GPRS的无线数据传输系统的设计开发,用于实现短信收发和电话通信功能。-GPRS communication source code, ARM and GPRS wireless data transmission system design and development, used to send and receive text messages and phone communication functions.
Transform-station
- linux下UDP串口通信程序,串口接收下位机传的数据,然后通过UDP转发给服务器。-UDP and serial port programs with linux,receive the data from serial port and transmit it to server by UDP socket
PollenCounting
- 基于嵌入式Linux系统,通过TCP/IP协议,与花粉传感器进行数据通信,计算出花粉数量及浓度-Based on embedded Linux system via TCP/IP protocol for data communication with the pollen sensor to calculate the amount and concentration of pollen
基于STM32的串口通信下载软件
- 一款适用于ARM的串口通信下载软件,可以调整波特率等参数,并支持查看收发数据。