-
SMTP协议的标准文档,IETF的RFC中文版
SMTP协议的标准文档,IETF的RFC中文版-SMTP protocol standards documents, the IETF RFC Chinese version
- 2022-07-02 05:18:53下载
- 积分:1
-
客户端程序完成以下功能:建立与服务器程序的连接;向服务器程序发送数据信息,接收从服务器程序回传的信息;关闭与服务器程序的连接...
客户端程序完成以下功能:建立与服务器程序的连接;向服务器程序发送数据信息,接收从服务器程序回传的信息;关闭与服务器程序的连接-Client program to perform the following functions: to establish a connection with the server program to the server program to send data, receive from the server program returns the information the closure of the connection with the server program
- 2022-03-02 14:38:08下载
- 积分:1
-
串口通信
设置端口名,波特率,打开端口,就可以发送数据,同时可以收到数据,还可以选择发送的方式,比如,可以以十六进制方式发送,在DATA中会显示数据部分,即是除去帧头和校验位之后的数据部分,
- 2022-07-27 08:13:06下载
- 积分:1
-
这是一个串口源码
这是一个串口源码-the Serialport Code
- 2022-02-25 13:41:35下载
- 积分:1
-
支持Telnet功能的Modem通讯程序
支持Telnet功能的Modem通讯程序 -Modem commnunication supports telnet
- 2022-02-04 01:06:35下载
- 积分:1
-
data control exchange transfert
data control exchange transfert
- 2023-07-23 20:50:03下载
- 积分:1
-
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
-
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
-
这是一份关于串口编程的读书笔记,对于使 用VC进行编程的同行应该有一定的帮助。...
这是一份关于串口编程的读书笔记,对于使 用VC进行编程的同行应该有一定的帮助。-This a serial programming on the study notes, for the use of VC peer program should be some help.
- 2022-02-24 13:52:27下载
- 积分:1
-
新华龙公司USB转232芯片CP2102的资料
新华龙公司USB转232芯片CP2102的资料-Hualong company new 232 chip USB to the CP2102 information
- 2022-02-14 13:06:34下载
- 积分:1