▍1. MySocket
vc++开发的socket通信类(含客户端和服务端)(socket communication(include client and server))
vc++开发的socket通信类(含客户端和服务端)(socket communication(include client and server))
封装了windows操作串口的几个API(CreateFile, ReadFile,WriteFile,SetComState)。串口的读写设置这几个操作都可以简单地只用关键一两个参数就能实现操作。也是一个很好的例子,我写这个之前查了不少资料,感觉非常麻烦,索性发出来给新手们作个样例(Windows serial COM port access class,it includes CreateFile, SetComState,ReadFile,WriteFile,CloseFile)
封装了windows操作串口的几个API(CreateFile, ReadFile,WriteFile,SetComState)。串口的读写设置这几个操作都可以简单地只用关键一两个参数就能实现操作。也是一个很好的例子,我写这个之前查了不少资料,感觉非常麻烦,索性发出来给新手们作个样例(Windows serial COM port access class,it includes CreateFile, SetComState,ReadFile,WriteFile,CloseFile)
高通平台电信版CDMA手机写入MEID号码(Write MEID tool for Qualcomm platfrom)
高通平台电信版CDMA手机写入MEID号码(Write MEID tool for Qualcomm platfrom)
c#编写串口通讯代码 多线程实现,老外写的,很有用,很全面(c# write serial communication code multithreading, written by foreigners, very useful, very comprehensive)
ptz 云台控制软件, 内带C++ 源码(ptz PTZ control software, which brought C++ source)
ptz 云台控制软件, 内带C++ 源码(ptz PTZ control software, which brought C++ source)
实现串口通信 可以收发数据 可以是数字也可以是ASCII(Serial communication)
实现串口通信 可以收发数据 可以是数字也可以是ASCII(Serial communication)
performance evaluation of reactive and proactive protocols. the performance is evaluated with respect to throughput over TCP and UDP connections types
visual C++ MFC 环境下 串口的连接,收发数据的实现,串口探测工具部分功能的实现(Serial port connection)
visual C++ MFC 环境下 串口的连接,收发数据的实现,串口探测工具部分功能的实现(Serial port connection)
IEC60870-5-103通信规约的从站模拟软件,可以模拟一个采用单片机驱动的继电保护设备,自动向主站程序上送数据并响应主站数据的数据问询请求,并有可选择的状态变位和扰动数据进行上送(IEC60870-5-103 communication protocol slave simulation software can simulate a single-chip computer-driven protection equipment, automatic procedures to send data to the master station and respond to data inquiries master data requests, and there is an optional state displacement and disturbance data sent)
Modbus for Field Technicians 介绍modbus的相当好的资料,包括原理和编程和协议介绍(Modbus for Field Technicians introduction modbus fairly good information, including schematics and programming and protocol description)
Modbus for Field Technicians 介绍modbus的相当好的资料,包括原理和编程和协议介绍(Modbus for Field Technicians introduction modbus fairly good information, including schematics and programming and protocol description)
给任意IP地址发送一个欺骗icmp包,发送方的IP地址和MAC地址可以随意填写(To deceive any IP address to send a icmp packet, the sender' s IP address and MAC address can be free to fill)
给任意IP地址发送一个欺骗icmp包,发送方的IP地址和MAC地址可以随意填写(To deceive any IP address to send a icmp packet, the sender' s IP address and MAC address can be free to fill)
MFC写的2个程序,通过socket通信,上下位机的。上位机发送一个名字给下位机,下位机通过查询数据库取得电话号码传回上位机,带详细文档。(MFC write two procedures, through the socket communication, next-bit machine. PC to send a name to the next crew, the next crew by querying the database to obtain the phone numbers return PC)