-
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
-
手机PDA程序设计入门
手机PDA程序设计入门-整合型开发工具
爱书吧www.ibook8.com 我为人人>>==
- 2022-01-31 22:38:20下载
- 积分:1
-
这是我最近的VC与IrDA通信Linux平台下编写的…
这是我最近在VC平台下编写的一个与LINUX平台通讯的IRDA程序,在运行此程序前一定要先下载一个SDK,这是VC下IRDA通讯所必须的。-This is my recent VC prepared under a Linux platform with the IRDA communication procedures, Run this program in the former must first download an SDK, which is VC IRDA communication requires.
- 2023-01-29 22:50:03下载
- 积分:1
-
vc++编写的串口检测程序开发
vc++编写的串口检测程序开发-vc prepared by the serial Detection Program Development
- 2022-07-03 03:56:57下载
- 积分:1
-
《单片机通信技术与工程实践》书所附程序和例子
《单片机通信技术与工程实践》书所附程序和例子
- 2022-02-05 04:57:09下载
- 积分:1
-
javabluetooth
javabluetooth-src-200310
- 2022-10-02 12:15:04下载
- 积分:1
-
对西门子手机的开发程序。
西门子手机开发软件-the develope program on Siemense mobilephone.
- 2023-01-25 00:05:03下载
- 积分:1
-
Software for serial port comunnication
Software for serial port comunnication
- 2022-12-09 06:15:03下载
- 积分:1
-
Hamilton回路近似算法,本人程序,请大家多提宝贵意见
Hamilton回路近似算法,本人程序,请大家多提宝贵意见-Hamilton loop approximation algorithm, I program, everyone with more valuable comments
- 2022-06-01 11:00:38下载
- 积分:1
-
USB2COM driver can be used for a variety of WIndows
USB2COM的驱动程序,可以用于各种WIndows-USB2COM driver can be used for a variety of WIndows
- 2022-03-15 10:08:21下载
- 积分:1