qt_demoe/nettool/readme.txt

17 lines
753 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

时隔半年,对网络调试助手工具进行所有代码重写,这次目录结果整齐的一逼,代码整齐的一逼,非常完善了,打死也不再改版了。这次真的打死也不再改版了。
旧版本http://www.qtcn.org/bbs/read-htm-tid-55540.html
基本功能:
116进制数据和ASCII数据收发。
2定时器自动发送。
3自动从配置文件加载最后一次的界面设置。
4自动从配置文件加载数据发送下拉框的数据。可以将经常使用的数据填写在send.txt中。
5可启用设备模拟回复当收到某个数据时模拟设备自动回复数据。对应数据格式填写在device.txt中。
6可对单个在线连接发送数据也可勾选全部进行发送。
7支持多个客户端连接并发。
8采用单线程。
9四种模式tcp服务器、tcp客户端、udp服务器、udp客户端。
编译后请将源码下的file目录中的所有文件复制到可执行文件同一目录。
如果有更好的建议或者意见请Q我(517216493),谢谢!