-
这是组态王OPCserver的配置工具和配置说明。
这是组态王OPCserver的配置工具和配置说明。-This is OPCserver Kingview configuration tools and configuration instructions.
- 2022-01-23 10:31:12下载
- 积分:1
-
com communication source vc++ 6.0, for beginners to use
com通讯源码vc++6.0,供初学者使用
- 2023-03-05 09:55:04下载
- 积分:1
-
China Mobile, the latest message CMPP3.0 Gateway Interface using examples, SP de...
中国移动最新短信网关CMPP3.0的接口使用范例,SP开发必须-China Mobile, the latest message CMPP3.0 Gateway Interface using examples, SP development must
- 2022-04-28 14:33:11下载
- 积分:1
-
Communication Theory course design software, using vb realize Manchester encodin...
通信原理课程设计软件部分,用vb实现曼彻斯特编码,HDB3编码和PCM13编码,并显示编码图形-Communication Theory course design software, using vb realize Manchester encoding, HDB3 encoding and encoding PCM13, and display graphics encoding
- 2022-11-22 23:20:03下载
- 积分:1
-
VB关于OPC的源代码
VB 关于 opc的源码-VB about opc source code
- 2022-03-07 03:20:23下载
- 积分:1
-
串口编写程序
VC6请使用 LsCommDemo(for vc6).zip
VC7请使用 LsCommDemo(for vc7).zip
作者...
串口编写程序
VC6请使用 LsCommDemo(for vc6).zip
VC7请使用 LsCommDemo(for vc7).zip
作者:Liu_sir
VC知识库
http://www.VCKBASE.com
多线程,多接收模式串口类LsComm相关文档
多线程,多接收模式串口类LsComm 作者:Liu_sir
所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主要目的是简化串口的使用.使其用简单的代码就可以完成串口通讯的过程.并提供了一个Demo程序演示了CComPort的使用
多线程,多接收模式串口类 LsComm 之二 作者:liu_sir
实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-Serial programming VC6 use LsCommDemo (for vc6). ZipVC7 use LsCommDemo (for vc7). Zip Author: Liu_sirVC Knowledge http://www.VCKBASE.com multi-threaded, multi-mode serial port to receive the relevant document category LsComm multi-threaded, multi-category serial receive mode LsComm Author: Liu_sir Therefore, in light of Delphi SPComm designed a category CComPort, on CSerialPort a 2 package, the main purpose is to simplify the use of serial port. it simple code to complete the process of serial communication. and provided a Demo program CComPort demonstrated the use of multi-threaded, multi-mode rec
- 2022-03-22 16:17:08下载
- 积分:1
-
MT+Single+chip+dual+SIM+MT6225+MT6318+MT6188+MT6301+MT6139+MT6601+MT6302图纸
MT+Single+chip+dual+SIM+MT6225+MT6318+MT6188+MT6301+MT6139+MT6601+MT6302图纸-MT+ Single+ Chip+ Dual+ SIM+ MT6225+ MT6318+ MT6188+ MT6301+ MT6139+ MT6601+ MT6302 drawings
- 2022-03-25 06:48:27下载
- 积分:1
-
本文档详细地介绍了如何编译osip协议。根据该文档的描述,可以很轻易地编译OSIP协议栈。...
本文档详细地介绍了如何编译osip协议。根据该文档的描述,可以很轻易地编译OSIP协议栈。-this document in detail about how to build osip agreement. According to the document, in the description could easily compile OSIP protocol stack.
- 2022-02-01 12:22:57下载
- 积分: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
-
Remon Spekreijse wrote the classic serial
Remon Spekreijse写的经典串口serialport类最新1.27版-Remon Spekreijse wrote the classic serial-type serialport the latest version 1.27
- 2022-02-06 09:23:36下载
- 积分:1