chore: remove useless files

This commit is contained in:
wuhai 2024-12-06 10:32:09 +08:00
parent da8e25c835
commit ba3feac5bd
5 changed files with 0 additions and 81 deletions

View File

@ -1,40 +0,0 @@
version: '1.0'
name: daily_build
displayName: daily_build
triggers:
trigger: manual
push:
branches:
precise:
- master
stages:
- name: stage-c55b27b6
displayName: BuildProjet
strategy: naturally
trigger: auto
executor:
- qsaker
steps:
- step: build@gcc
name: build_gcc
displayName: Build
gccVersion: '10.3'
commands:
- apt-get update --fix-missing -y
- apt-get install libgl1-mesa-dev -y
- ''
- qmake -v
- ''
- 'pip install aqtinstall '
- aqt install-qt linux desktop 6.5.3 gcc_64 -m qtcharts qtserialbus qtserialport
- ''
- ls
- ''
artifacts:
- name: BUILD_ARTIFACT
path:
- ./bin
caches: []
notify: []
strategy:
retry: '0'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@ -1,41 +0,0 @@
# xTools 用户手册
xTools是一款基于Qt开发的跨平台的开源串口网口蓝牙等调试工具。支持串口UDP客户端UDP服务器TCP客户端TCP服务器WebSocket客户端WebSocket服务器等的数据收发调试。
![alt text](xTools.png#pic_center)
## 通信控制
### 串口通信
### UDP客户端
### UDP服务器
### TCP客户端
### TCP服务器
### WebSocket客户端
### WebSocket服务器
### 数据持久化
## 输出控制
## 输入控制
### 数据预设
### 定时发送
### 自动应答
## 图表模块
![alt text](charts.png)
图表模块可以将接收到的数据转换为图表,目前支持折线图,曲线图和散点图三种显示方式。用户可以点击图表按钮(上图中红色框选按钮)来显示/隐藏图表面板,可以点击图表按钮的下拉菜单调出配置面板进行相关配置。
![alt text](image.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB