搜索资源列表
Linux环境进程间通信(二):信号(下)
- ModBus通讯协议分为RTU协议和ASCII协议,我公司的多种仪表都采用ModBus RTU通讯协议,如:YD2000智能电力监测仪、巡检表、数显表、光柱数显表等。下面就ModBus RTU协议简要介绍如下: 一、通讯协议 ModBus通讯协议分为RTU协议和ASCII协议,我公司的多种仪表都采用ModBus RTU通讯协议,如:YD2000智能电力监测仪、巡检表、数显表、光柱数显表等。下面就ModBus RTU协议简要介绍如下: 一、通讯协议-ModBus RT
ymhjD
- 用DELPHI开发WINDOWS系统与LINUX进程间通信软件 -WINDOWS system development using DELPHI and inter-process communication software LINUX
dbus
- 本程序是利用QT在linux底下的开发,通过QDBUS实现进程间通信,实现信息互通功能-This program is the use of QT in linux under development, QDBUS interprocess communication, information exchange
pipe-demo
- linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
messageQueue
- Linux 下进程间通信中的消息队列,基础结构。-linux process communication ,base structure.
Windows_Linux
- 用Delphi开发Windows系统与Linux进程间通信软件-Development of Windows system and Linux process communication software with Delphi
linux高级编程源码
- 包含linux基本使用的各个高级编程的源码,包括网络、进程间通信、文件、信号量、多线程、互斥锁等等