搜索资源列表
COMmonitor
- 可以侦听最多两个串口的数据, 主要是为了调试通讯设备使用, 尤其是各种modem, 因为内置了cmux解析功能, 非常方便阅读。-Can listen for up to two serial data communication equipment mainly used for debugging, especially the variety of modem, because the built-cmux parsing, very easy to read.
Packet_Analysis
- 基于Passthru的扩展,抓取IP数据包,并在内核中利用队列、系统线程实时将IP数据包解析到磁盘文件中,同时提供用户控制,在RING3使用SDK编写界面。 本程序可以帮助您熟悉驱动编写、windows编程、用户态和内核态交互编程以及网络知识的基础应用。 驱动安装使用snetcfg,已集成到用户界面中。-Based on the expansion of passthru, crawl IP packet, and the use of the kernel queue, the sys
controller
- 遥控器源码,用航模的遥控器。可以实现编码与解析远程数据等功能。-Remote control source code, using a remote control model aircraft. Can achieve remote data coding and analysis functions.
dccap
- wincap驱动拆包工具。解析报文用的工具。可以参考编写网络数据TCP/IP监听-wincap driver src
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。