-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1
-
CC3000-wifi
TI 官方提供的msp430 操作CC3000mod wifi模块的源代码,包括驱动和接口程序,开发环境为IAR。
- 2023-01-03 04:25:04下载
- 积分:1
-
软件简单的风格,容易
本软件具有简洁的风格,易用的界面,方便您输入查找好友的通讯资料,而且是完全免费!强烈推荐!-software with the simplicity of style, easy-to-use interface to facilitate the importation of your friends find the communications, but is completely free! Strongly recommended!
- 2022-04-07 14:00:21下载
- 积分:1
-
网吧系统集成方案。计算机网络集成的大作业。包括最要的设备选型。...
网吧系统集成方案。计算机网络集成的大作业。包括最要的设备选型。-Internet cafe system integration program. Computer Network Integration great job. Including the most wanted selection of equipment.
- 2022-02-10 10:12:32下载
- 积分:1
-
VC版本的简单聊天程序,包括服务器端和客户端,支持多线程
VC版本的简单聊天程序,包括服务器端和客户端,支持多线程-VC version of the simple chat program, including server-side and client to support multi-threaded
- 2022-03-06 09:32:36下载
- 积分:1
-
VC++下多线程串口通讯源程序
VC++下多线程串口通讯源程序-VC++ under multithreading string mouth communication source
program
- 2022-04-10 19:25:51下载
- 积分:1
-
一个fir滤波器Designer的例子
一个fir滤波器Designer的例子-A fir filter example Designer
- 2022-03-17 14:41:46下载
- 积分:1
-
通信
主要是本科学生可以欣赏和理解我上传的MATLAB/simulink
- 2022-08-15 12:28:37下载
- 积分:1
-
一个基于RTC的即时通信软件的例子,出自MICROSOFT
一个基于RTC的即时通信软件的例子,出自MICROSOFT-an RTC-based instant messaging software examples from Microsoft
- 2022-05-05 14:50:51下载
- 积分:1
-
good
vc ++ 6.0 共享内存操作dll源码-good
- 2022-03-12 20:14:01下载
- 积分:1