A modern, cross-platform serial port debugging and communication tool.
Download the latest release:
- Download v2.1.0 - Choose the version that fits your system
- Windows 7+ users: Download
SerialPortTool-v2.0.0-net48.zip - .NET 8.0 users: Download
SerialPortTool-v2.0.0-net8.zip - .NET 9.0 users: Download
SerialPortTool-v2.1.0-net9.zip(Latest & Recommended)
SerialPortTool is a comprehensive solution for serial port communication, featuring:
- Cross-platform serial port operations
- Modern WPF user interface
- Modular architecture with reusable core library
- Support for multiple data formats (Hex, ASCII, etc.)
SerialPortTool/ ├── src/ │ ├── SerialPortTool.Core/ # Reusable serial port library │ └── SerialPortTool.UI/ # WPF application └── docs/ # Documentation ├── en/ # English documentation └── zh/ # Chinese documentation - Serial port configuration and management
- Real-time data transmission and reception
- Multiple data format support
- Cross-platform compatibility (.NET Standard 2.0, .NET Framework 4.8, .NET 6.0, .NET 8.0, .NET 9.0)
- Modern WPF interface
For detailed setup and usage instructions, please refer to the documentation in the docs/ directory.
This project is open source. See the documentation for more details.
现代化、跨平台的串口调试和通信工具。
下载最新版本:
- 下载 v2.1.0 - 选择适合您系统的版本
- Windows 7+ 用户:下载
SerialPortTool-v2.0.0-net48.zip - .NET 8.0 用户:下载
SerialPortTool-v2.0.0-net8.zip - .NET 9.0 用户:下载
SerialPortTool-v2.1.0-net9.zip(最新推荐版本)
SerialPortTool 是一个全面的串口通信解决方案,具有以下特点:
- 跨平台串口操作
- 现代化 WPF 用户界面
- 可重用核心库的模块化架构
- 支持多种数据格式(Hex、ASCII 等)
SerialPortTool/ ├── src/ │ ├── SerialPortTool.Core/ # 可重用串口库 │ └── SerialPortTool.UI/ # WPF 应用程序 └── docs/ # 文档目录 ├── en/ # 英文文档 └── zh/ # 中文文档 - 串口配置和管理
- 实时数据传输和接收
- 多种数据格式支持
- 跨平台兼容性(.NET Standard 2.0、.NET Framework 4.8、.NET 6.0、.NET 8.0、.NET 9.0)
- 现代化 WPF 界面
详细的设置和使用说明,请参考 docs/ 目录中的文档。
本项目为开源项目。详细信息请参考文档.