mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: remove useless files
This commit is contained in:
parent
da8e25c835
commit
ba3feac5bd
@ -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 |
@ -1,41 +0,0 @@
|
||||
# xTools 用户手册
|
||||
|
||||
xTools是一款基于Qt开发的跨平台的开源串口,网口,蓝牙等调试工具。支持串口,UDP客户端,UDP服务器,TCP客户端,TCP服务器,WebSocket客户端,WebSocket服务器等的数据收发调试。
|
||||
|
||||

|
||||
|
||||
## 通信控制
|
||||
|
||||
### 串口通信
|
||||
|
||||
### UDP客户端
|
||||
|
||||
### UDP服务器
|
||||
|
||||
### TCP客户端
|
||||
|
||||
### TCP服务器
|
||||
|
||||
### WebSocket客户端
|
||||
|
||||
### WebSocket服务器
|
||||
|
||||
### 数据持久化
|
||||
|
||||
## 输出控制
|
||||
|
||||
## 输入控制
|
||||
|
||||
### 数据预设
|
||||
|
||||
### 定时发送
|
||||
|
||||
### 自动应答
|
||||
|
||||
## 图表模块
|
||||
|
||||

|
||||
|
||||
图表模块可以将接收到的数据转换为图表,目前支持折线图,曲线图和散点图三种显示方式。用户可以点击图表按钮(上图中红色框选按钮)来显示/隐藏图表面板,可以点击图表按钮的下拉菜单调出配置面板进行相关配置。
|
||||
|
||||

|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 85 KiB |
Loading…
Reference in New Issue
Block a user