-
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
-
java网络编程的例子,初学者可以学习的一个很好的例子,在李尔…
JAVA网络SOCKET编程 实例,可初学者学习的很好例子,可借鉴学习-Java network programming examples, beginners can learn a good example, upon learning
- 2022-08-23 10:35:06下载
- 积分:1
-
双音多频(DTMF)信号发生器的使用源程序,vc 编写,与《双音多频(DTMF)接收器的使用源程序》联合用...
双音多频(DTMF)信号发生器的使用源程序,vc 编写,与《双音多频(DTMF)接收器的使用源程序》联合用-Dual-Tone Multi-Frequency (DTMF) signals using the generator source, vc preparation, and "Dual-Tone Multi-Frequency (DTMF) receiver to the source using" joint use
- 2022-02-11 21:27:22下载
- 积分:1
-
SMTP协议的标准文档,IETF的RFC中文版
SMTP协议的标准文档,IETF的RFC中文版-SMTP protocol standards documents, the IETF RFC Chinese version
- 2022-07-02 05:18:53下载
- 积分:1
-
利用CC1000通信的仿真程序.这是适用于无线传感器网络Mica2平台的程序....
利用CC1000通信的仿真程序.这是适用于无线传感器网络Mica2平台的程序.-use CC1000 communication simulation program. This is applicable to the wireless sensor network platform Mica2 procedures.
- 2022-01-27 21:17:24下载
- 积分:1
-
Nrf905 transceiver on the procedure, useful procedures, opposition to oppose tha...
关于Nrf905收发程序,很有用的程序,反对反对说地方是-Nrf905 transceiver on the procedure, useful procedures, opposition to oppose that is
- 2022-04-15 10:17:25下载
- 积分:1
-
象棋c/s结构server端程序源代码,很好的通讯编程实例。
象棋c/s结构server端程序源代码,很好的通讯编程实例。-"chess" c/s structure server source code, a very good communcation programming example.
- 2022-06-30 16:42:19下载
- 积分:1
-
标准C实现在SCO UNIX下通信
标准C实现在SCO UNIX下通信-achieve the standard C SCO UNIX communications
- 2023-05-10 10:30:03下载
- 积分:1
-
该例程没有花钱之后,可以给初学者一个实践…
来电显示例程,以后不用花钱了,可以给初学者一个练手机会了-CND routines do not have to spend money later, and can give beginners a practice will be a mobile phone
- 2023-01-12 02:15:05下载
- 积分:1
-
数据结构的课程设计,编程做一个手机通讯录!
数据结构的课程设计,编程做一个手机通讯录!-Curriculum design, data structures, programming to make a cell phone address book!
- 2022-02-13 16:02:44下载
- 积分:1