-
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
-
本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控...
本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。 -This article describes the serial communication under Windows platform for the realization of a mechanism to discuss the different conditions used in accordance with Visual C++ The design of serial communication program in three ways, combined with the actual temperature data to realize the receiver monitor.
- 2022-01-25 18:51:05下载
- 积分:1
-
it is an efficient method to calculate the Multi User Detection in MC
it is an efficient method to calculate the Multi User Detection in MC-CDMA
- 2022-03-03 17:30:57下载
- 积分:1
-
以太网通信基于TCP、UDP的客户端服务端实现
资源描述软件包括2个对话框,一个是服务端,一个是客户端,可以实现基于TCP或UDP的网络通信。扩展性强,可以将其文件拷贝到自己工程进行修改。
- 2022-02-22 07:17:10下载
- 积分:1
-
this communication process is very useful, we should not miss, oh, if there are...
此通讯程序非常好用,一定不要错过哦,如果有问题请发MAIL通知,不需要解压密码-this communication process is very useful, we should not miss, oh, if there are problems please send mail notification, not extracting passwords
- 2022-02-03 17:28:49下载
- 积分:1
-
SAE J1850 OBD2汽车通信协议
SAE J1850 OBD2 Protocol CAR Communication
- 2022-05-19 04:21:07下载
- 积分:1
-
TMS320VC5502 example code for AIC23 and usb
TMS320VC5502 example code for AIC23 and usb
- 2022-10-18 14:50:03下载
- 积分:1
-
瑞利信道仿真程序,请大家参考。
瑞利信道仿真程序,请大家参考。...
瑞利信道仿真程序,请大家参考。
瑞利信道仿真程序,请大家参考。-Rayleigh channel simulation procedures, please refer to everyone.
- 2022-12-23 16:40:04下载
- 积分:1
-
串口通信程序中串行口设置源代码,简单方便,容易看懂
串口通信程序中串行口设置源代码,简单方便,容易看懂-Serial communication serial port to set the program source code, simple and convenient, easy to understand
- 2023-07-18 06:40:02下载
- 积分:1
-
调试tcp端口程序,通过程序可以对tcp程序进行调试,方便了程序的调试功能....
调试tcp端口程序,通过程序可以对tcp程序进行调试,方便了程序的调试功能.-debugging tcp port procedures, the procedures can be debugged tcp procedures to facilitate the process of debugging functions.
- 2023-05-06 20:15:02下载
- 积分:1