-
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
-
卫星通信: 第 4 部分信号扭曲 & 错误和他们关系到通信通道规格 Howard Hausm
第 4 部分卫星通信:信号畸变和错误他们与沟通的关系通道规格通信问题信号格式和扭曲信号错误相位噪声群时延失真振幅失真联合的信号扭曲邻频道干扰时间域效应摘要
- 2022-05-08 18:19:08下载
- 积分:1
-
这是一个usb2.0和usb1.1的协议,调试OK,运行很稳定
这是一个usb2.0和usb1.1的协议,调试OK,运行很稳定-This is a USB2.0 and USB1.1 agreement, debugging OK, run very stable
- 2022-07-16 03:20:04下载
- 积分:1
-
Simple camera. To compiling need header from sofia
Simple camera. To compiling need header from sofia-cradle workstation.
- 2022-09-22 16:35:03下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-03-20 18:29:26下载
- 积分:1
-
TC35i手机电路TC35i手机电路
tc35i MOBILE phone CIRCUIT tc35i MOBILE phone CIRCUIT-tc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUITtc35i MOBILE phone CIRCUIT
- 2023-03-20 17:05:03下载
- 积分:1
-
CF SD IDE接口协议,如规范,非常容易使用,发展。
CF SD IDE等接口协议规范,非常好用,开发CF SD IDE时值得参考-CF SD IDE interface protocol, such as norms, very easy to use, the development of CF SD IDE worth considering when
- 2022-01-25 23:46:02下载
- 积分:1
-
编写邮件发送程序必备的库文件。其中定义了所需结构
编写邮件发送程序必备的库文件。其中定义了所需结构-preparation procedures required of the library. Which defines the required structures
- 2022-11-17 15:10:03下载
- 积分:1
-
this code used to illustrate the different problems in delta modulation techniqu...
this code used to illustrate the different problems in delta modulation technique also variable slope delta modulation also the bit error rate versus signal to noise ratio for ook and prk
- 2022-06-20 06:31:03下载
- 积分:1
-
This Source is Serial Communication Program
This Source is Serial Communication Program
- 2022-02-26 02:36:47下载
- 积分:1