下载

获取最新版本,立即开始调试。

下载前请查看当前版本、支持平台和版本说明。

Windows
用于串口与协议诊断的主要桌面版本。
macOS
为 macOS 环境提供一致的桌面工作流。
最新版本

按平台下载

Windows

6.5.5

当前版本

更新日志

新特性
  • UDP 通信模式: 新增 UDP Server 与 UDP Client 配置页面和完整收发支持,并补充连接控制器、设置面板及串口窗口测试
修复与完善
  • 接收文本净化: 文本接收模式会过滤 ANSI 转义序列,避免终端控制码污染显示内容
  • 连接配置收敛: 移除重复的内联连接编辑器,由 SettingsPanel 统一管理串口、TCP 与 UDP 配置
  • 串口占位项识别: 将“无可用串口”占位项正确识别为串口类型,避免连接模式误判
Features
  • UDP communication modes: Added UDP Server and UDP Client configuration pages with complete send/receive support, plus coverage for the connection controller, settings panel, and serial port widget
Fixes & Enhancements
  • Received text sanitization: Text receive mode now filters ANSI escape sequences so terminal control codes do not pollute displayed content
  • Consolidated connection settings: Removed the duplicate inline connection editor; SettingsPanel is now the single configuration source for serial, TCP, and UDP connections
  • Serial placeholder detection: The no-port placeholder is now classified as a serial entry, preventing connection-mode misclassification
下载 Windows 6.5.5
macOS

6.0.6

当前版本

更新日志

  • Fixed crash in some platforms issue

  • 修复偶发崩溃

Serial Port Utility Latest
下载 macOS 6.0.6

发布历史

6.5.5

新特性
  • UDP 通信模式: 新增 UDP Server 与 UDP Client 配置页面和完整收发支持,并补充连接控制器、设置面板及串口窗口测试
修复与完善
  • 接收文本净化: 文本接收模式会过滤 ANSI 转义序列,避免终端控制码污染显示内容
  • 连接配置收敛: 移除重复的内联连接编辑器,由 SettingsPanel 统一管理串口、TCP 与 UDP 配置
  • 串口占位项识别: 将“无可用串口”占位项正确识别为串口类型,避免连接模式误判
Features
  • UDP communication modes: Added UDP Server and UDP Client configuration pages with complete send/receive support, plus coverage for the connection controller, settings panel, and serial port widget
Fixes & Enhancements
  • Received text sanitization: Text receive mode now filters ANSI escape sequences so terminal control codes do not pollute displayed content
  • Consolidated connection settings: Removed the duplicate inline connection editor; SettingsPanel is now the single configuration source for serial, TCP, and UDP connections
  • Serial placeholder detection: The no-port placeholder is now classified as a serial entry, preventing connection-mode misclassification

6.5.3

修复与完善
  • 状态栏日志链接: 状态栏日志路径改为应用内链接
Fixes & Enhancements
  • Status-bar log link: The status-bar log path is now an in-app link — clicking it flushes and then opens the current log file. The filename is length/NULL-validated and HTML-escaped, the tooltip shows the absolute path, a placeholder is shown when logging is off, and flush/open failures now raise a warning
serial_port_utility_652_0613.exe

6.5.2

修复与完善
  • 连接稳定性: 修复连接回归问题,涵盖 isOpen 状态判断、停止流程与 UDP/TCP 发送队列
  • 日志: 完成多端口日志开关与日志写入相关修复
  • 数据处理: 修正 CRC-16/USB 校验计算 (e6ab4ee)
  • UI 细节: 修复工具栏动作的选中状态;设置面板在切换标签页时自适应尺寸
Fixes & Enhancements
  • Connection stability: Fixed connection regressions covering isOpen state checks, the stop sequence, and the UDP/TCP send queue
  • Logging: Completed multi-port log-toggle and log-writing fixes
  • Data handling: Corrected the CRC-16/USB checksum calculation
  • UI details: Fixed toolbar action checked states; the settings panel now adapts its size when switching tabs
serial_port_utility_652_0613.exe

6.5.1

特性
  • 串口文本安全显示: 接收区、日志输出和文本解码链路现在会对不可见控制字符进行净化处理,保留换行、回车和 Tab,并将其他控制字符替换为占位符,避免异常字符污染界面与日志
修复与完善
  • 稳定性: 修复 SQLiteAdapter 连接复用与清理问题,改用唯一连接名、参数化 SQL、UPSERT 与更稳妥的关闭顺序,提升本地配置和许可证数据写入可靠性
  • 网络资源管理: 修复 UDP/TCP 相关对象的 parent 与释放逻辑,减少连接切换和销毁过程中的泄漏风险
Features
  • Safer serial text rendering: The receive pane, log output, and text-decoding path now sanitize non-printable control characters while preserving line breaks, carriage returns, and tabs. Other control characters are replaced with placeholders to keep the UI and logs readable
Fixes & Enhancements
  • Stability: Fixed SQLiteAdapter connection reuse and cleanup issues by using unique connection names, parameterized SQL, UPSERT handling, and a safer close sequence, improving reliability for local configuration and license data writes
  • Network resource handling: Fixed parent ownership and cleanup logic for UDP/TCP-related objects to reduce leak risks during connection switching and teardown

6.3.1

新特性 / Features

  • 核心升级: 优化日志文件路径引用
  • 数据处理: 重构自动进纸 (AutoFeed) 的 UI 同步与持久化,新增自动进纸间隔配置
  • 串口通信: 统一串口名显示逻辑,优化高波特率支持

修复与完善 / Fixes & Enhancements

  • 窗口管理: 修复窗口几何位置保存/恢复逻辑
  • 网络模块: 修复 TCP 空指针判断,增强稳定性
  • 接收逻辑: 修正自动进纸的时间戳换算
  • 构建系统:

5.3.3

  • Fixed the line ending mode setting
  • Fixed space capture in GUI sends out
  • 修复换行设置
  • 修复界面输入无法捕获空格的问题

5.3.2

  • Implemented the hourly time stamp
  • 增加整点时戳