-
MODSCAN for MODBUS
The ModScan application operates as a MODBUS master modbus_protocol device in either RTU or ASCII transmission modes.
- 2022-03-26 15:32:07下载
- 积分:1
-
MODBUS communication protocol test, it may be useful to
汇编做的MODBUS通讯协议
通过测试,希望对大家有用-MODBUS communication protocol test, it may be useful to
- 2023-06-19 01:35:04下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
在altera fpga中实现epp模式的并口通信程序
在altera fpga中实现epp模式的并口通信程序-epp model of parallel in fpga
- 2022-07-16 04:38:36下载
- 积分:1
-
TCP,epoll,socket,Linux C,网络通信,I/O复用
基于TCP协议的socket套接口编程小程序,可以在两个进程(一个客户端,一个服务器)之间收发内容,使用了epoll方式I/O复用,内容简洁易懂,是初步学习套接口编程及epoll复用的绝佳例程。
- 2022-03-12 03:07:58下载
- 积分:1
-
CDMA IS95 agreement. Describing the network structure, for the development of CD...
CDMA IS95协议 。 主要描述了系统网络结构,可以供CDMA网络开发和相关设备开发提供参考依据-CDMA IS95 agreement. Describing the network structure, for the development of CDMA network and related equipment for the development of reference
- 2023-02-09 08:45:04下载
- 积分:1
-
Generates the filtered BPSK and plots the spectrum
Generates the filtered BPSK and plots the spectrum
- 2023-06-13 23:15:03下载
- 积分:1
-
仿真通信系统中QPSK的码头代码,大家可以作为参考
仿真通信系统中QPSK的码头代码,大家可以作为参考-Simulation of Communication Systems pier QPSK code, we can serve as a reference
- 2022-03-11 09:44:24下载
- 积分:1
-
This the Bluetooth client part. This establishes connection with the server
This the Bluetooth client part. This establishes connection with the server-This is the Bluetooth client part. This establishes connection with the server
- 2022-05-11 00:45:01下载
- 积分:1
-
核心java应用程序设计指南,全英文,内容不多…
nokia S60核心的java应用程序编程设计指南,全英文,内容不多,主要是适于S60的应用程序的特点的介绍。-core java application programming design guidelines, all in English, not content, the S60 is suitable for application features presentations.
- 2023-08-10 23:45:03下载
- 积分:1