串口调试助手软件,Qt编写
2021-09-06 09:07:18 1.77MB qt XCOM 串口调试助手
1
工程使用QT开发,版本为目前最新版本,还有一部分功能没有实现
2021-09-03 13:06:20 7.07MB QT 串口调试助手
1
内含Putty32位和64位安装包
2021-09-02 18:01:48 4.73MB 串口调试助手 putty
1
包含了多个电脑串口调试器,有双串口调试器,多发送调试器,串口监控
2021-09-01 14:00:20 2.31MB 调试工具 串口调试
1
这个串口工具可以同时监听串口的收发数据,不影响设备的通讯
2021-09-01 09:07:32 3.72MB 串口调试助手
1
public static ArrayList Str16ToArrayList(string strIn) { string sParse = ""; ArrayList myAL = new ArrayList(); int i = 0; foreach (char cc in strIn) { i++; if (cc == ' ' || sParse.Length == 2) { myAL.Add(sParse); if (sParse.Length == 2 && cc != ' ') { sParse = Convert.ToString(cc); } else { sParse = ""; } } else { sParse += Convert.ToString(cc); if (i == strIn.Length && cc != ' ') { myAL.Add(sParse); } } } return myAL; }
2021-08-31 15:52:37 88KB 串口调试助手源码
1
基于QT5.9.0做的简易串口调试助手,包括接收、发送、发送文件数据、接收保存到文件、按时间显示和计数等功能
2021-08-31 12:02:41 110KB QT 串口调试助手
1
使用Siri控制ESP8266的固件及相关操作软件
2021-08-28 09:11:11 18.52MB ESP8266 串口调试助手 UDP调试助手
1
串口调试助手、网络调试助手、STC_ISP_V483程序下载器
1
该软件用于串口间的数据交互,调试串口程序的必备工具。
2021-08-27 15:41:39 300KB 串口调试 c++ 编程
1