-
最新的cnComm开发包,是1.51版本的啊!
最新的cnComm开发包,是1.51版本的啊!-cocomm develop
- 2022-03-15 20:11:47下载
- 积分:1
-
labview 下实现串口通信
利用labview软件编写的基于wince嵌入式设备能够运行的串口通信程序,实现嵌入式设备与上位机之间的相互通信。
- 2022-01-28 17:22:28下载
- 积分: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
-
三个串行通信方式的6个在窗口中被引入…
用VC 6.0实现串行通信的三种方法
本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用
Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。
-VC 6.0 of the three serial communication method is introduced in the Windows platform to achieve the serial communication mechanism discussed under different conditions using Visual C serial communication program design of the three methods, and the light of reality, the temperature monitoring data reception.
- 2022-07-06 22:11:05下载
- 积分:1
-
实现手机界面按钮,从进入界面到手机按键!
实现手机界面按钮,从进入界面到手机按键!-symbian Application
- 2022-11-03 06:15:03下载
- 积分:1
-
101-2002规约,解析说明。自由下载
101-2002规约,解析说明。自由下载-GBIEC101_2002.pdf
- 2022-10-14 20:20:03下载
- 积分:1
-
zigbee cc2430 单片机程序 无线温度采集及串口通信演示
zigbee cc2430 单片机程序 无线温度采集及串口通信演示-single-chip wireless zigbee cc2430 process temperature acquisition and demonstration of serial communication
- 2022-07-11 04:40:55下载
- 积分:1
-
3GPP协议为通信编程的重要协议之一,该版本为TS25.462
3GPP协议为通信编程的重要协议之一,该版本为TS25.462-7-3GPP agreement Communication Programming One of the key agreements, the version of TS25.462-7
- 2022-02-05 17:43:46下载
- 积分:1
-
A book describe RTP protocol over the internet. It offers readers detailed techn...
A book describe RTP protocol over the internet. It offers readers detailed technical guidance for designing, implementing, and managing any RTP-based system
- 2022-10-28 21:45:03下载
- 积分:1
-
一个比较通用的telnet 协议源码
一个比较通用的telnet 协议源码-a more generic telnet agreement FOSS
- 2022-03-11 03:04:38下载
- 积分:1