搜索资源列表
TestRS485
- RS485串口通信程序,类似于【串口调试助手】,演示了如何设置RTS和清除RTS,同时,这些设置不影响RS232和RS422的使用-RS485 serial communication program, similar to [serial debugging aides], demonstrates how to set the RTS and clear the RTS at the same time, these settings do not affect the RS232 and
DPSCM_Modbus_1
- 基于EPICS下的MODBUS通信驱动程序,包含DB设计,IOC设计-Based EPICS drivers under the MODBUS communication, including DB design, IOC design
ipc
- linux下进程间通信 消息的创建、发送和接收 使用消息调用 msgget()、msgsnd()、msgrcv()、msgctl()编制长度为1K 的消息的发送和接收程序。 -under linux to create inter-process communication messages, send messages and receive calls using msgget (), msgsnd (), msgrcv (), msgctl () the preparation o
dtlk
- linux系统下全双工通信模式驱动程序源码-This driver is for the DoubleTalk PC, a speech synthesizer manufactured by RC Systems (http://www.rcsys.com/). It was written based on documentation in their User s Manual file and Developer s Tools disk.
zigbee
- zigbee串口通信的程序及测量温度的程序-zigbee serial communication procedures and the temperature measurement procedure
RC523SPI
- 基于SPI通信的rc523驱动程序源码,安卓系统下的-Based on the SPI communication rc523 driver source code, Andrews systems
I2CRC523
- 基于I2C通信的RC523驱动程序源码,安卓系统下-I2C communication RC523 driver source code, the Andrew system
ser
- 基于嵌入式开发,飞凌2440开发板CS模式下的ser通信程序-Communication program based on the Embedded Development, the Feiling 2440 development board CS mode ser
usb-manager-code
- 在QT中开发的与USB设备进行通信的程序-Program to communicate with the USB device developed in the QT
gprs
- 自己写的一个GPRS模块通信程序,包含发短信和收短信-Write a GPRS module communication procedures, including texting and receive SMS
Proc3
- netfilter的使用,包含两部分程序,第一部分内核程序使用netfilter框架,对与特定IP进行通信的数据包进行截留,第二部分用户程序负责从标准输入获取用户输入的IP地址并传送给内核程序,使截留数据包可以受控。-about netfilter
LinuxForCom
- 这是一个Linux环境下的串口通信程序,能够实现Linux环境下的串口通信-This is the code of Linux com communication. It is useful.
air_borne
- 将程序加载到arm板上,根据温度传感器感知到的温度,解析出温度来。根据通信协议(电总协议)-The program is loaded into the arm board, parse out the temperature to the temperature sensor sensing the temperature. According to the communication protocol (electric total agreement)
UART
- s3c2410 arm a9 程序开发,UART 通信-s3c2410 arm a9 program development, UART communication
fileaudit
- 文件操作审计,linux内核模块编程中内核与应用程序之间的通信,用netlink机制实现。-File operations audit, the Linux kernel module programming kernel and application communication between the netlink mechanism.
TQ2440and51
- 该资源可实现Tq2440与51单片机串口通信,2440向51发送信息,51收到后将收到的消息回传给2440,并在2440上显示出来,2440上程序用qt开发,2440上串口选择tq2440_serial1(也就是com1,linux下叫ttyS1,因为0口被天嵌用作调式口),用杜邦线分别接2440的TXD1、RXD1和51的Rxd、Txd相连。-This resource can be realized Tq2440 with 51 single-chip serial communicatio
program
- 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理; (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
client
- 进程间通信,通过客户端的程序来进行数据的收发,主线程和进程间通过数据的交互来进行通信-Interprocess communication, through the client program to send and receive data, the main thread and the interaction between processes through data for communication
omap_DR
- 利用OMAP-L137中sharedram,实现ARM与DSP通信的驱动程序-Using the OMAP-L137 in sharedram, the ARM and DSP communication drivers
USB-HID-TEST
- USB HID通信程序,采用Python编写。-python code for USB HID.