# SerialTest **Repository Path**: zshxiong/SerialTest ## Basic Information - **Project Name**: SerialTest - **Description**: Serial port test tool on Win/Linux/Android, with realtime plotting, shortcut | Qt开发的跨平台串口助手,带实时绘图和快捷发送面板 - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-01-21 - **Last Updated**: 2022-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SerialTest ![downloads](https://img.shields.io/github/downloads/wh201906/SerialTest/total) A cross-platform serial port test tool. [中文介绍](doc/README/README_zh_CN.md) ## Features + Tested on Windows, Ubuntu, Android, Raspbian + Fast response (Disable "Realtime" option in "data" tab for higher speed) + Low memory cost (around 1:1 memory cost in raw dump mode) (useful when dumping serial data) + Rich encoding support (UTF-8/16/32, GB18030, BIG5, KOI8-R, EUC-JP, EUC-KR, …) + Remember all preferences (All preferences are saved in one file on PC, portable and clean) + Export raw binary data or selected text + Real-time plot + Customized controllers + Android Bluetooth SPP support ## Previews ![port](doc/previews/port.png) ![port_android](doc/previews/port_android.jpg) ![data](doc/previews/data.png) ![plot](doc/previews/plot.png) [more previews](doc/previews/previews.md) ## Change Log [Change Log](CHANGELOG.md) ## Build You need to [download](https://www.qcustomplot.com/release/2.1.0fixed/QCustomPlot-source.tar.gz) qcustomplot.c and qcustomplot.h manually, put them in the /src folder, then build.