Skip to content

Commit

Permalink
update readme add tcp udp support
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Mar 7, 2022
1 parent 00f907a commit 8f78adf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file added COMTool/assets/tcp_udp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions README.MD
Expand Up @@ -18,9 +18,9 @@ A cross platform serial debug tools written by python
| |


| White theme | Dark theme | protocol plugin |
| ----------- | ---------- | ----------- |
| ![comtool white theme](./COMTool/assets/screenshot_v2_white.png) | ![comtool dark theme](./COMTool/assets/screenshot_v2.png) | ![comtool protocol plugin](./COMTool/assets/screenshot_protocol_v2.3.png) |
| White theme | Dark theme | protocol plugin | TCP/UDP |
| ----------- | ---------- | --------------- | ------- |
| ![comtool white theme](./COMTool/assets/screenshot_v2_white.png) | ![comtool dark theme](./COMTool/assets/screenshot_v2.png) | ![comtool protocol plugin](./COMTool/assets/screenshot_protocol_v2.3.png) | ![tcp udp plugin](./COMTool/assets/tcp_udp.png)



Expand Down Expand Up @@ -56,8 +56,8 @@ A cross platform serial debug tools written by python
- [x] rts & dtr control by hand
- [x] protocol with customable encoding and decoding method support,
- [x] Custom shortcut send(in protocol plugin)
- [x] TCP UDP support
- [ ] real time data graphic display
- [ ] TCP UDP support
- [ ] plugin support

## Install binary
Expand Down
6 changes: 3 additions & 3 deletions README_ZH.MD
Expand Up @@ -18,8 +18,8 @@ COMTool
| |


| 白色主题 | 黑色主题 | 协议插件 |
| ----------- | ---------- | ---------- |
| 白色主题 | 黑色主题 | 协议插件 | TCP/UDP |
| ------ | ------- | ------- | ------- |
| ![comtool white theme](./COMTool/assets/screenshot_v2_white.png) | ![comtool dark theme](./COMTool/assets/screenshot_v2.png) | ![comtool protocol plugin](./COMTool/assets/screenshot_protocol_v2.3.png) |


Expand Down Expand Up @@ -52,8 +52,8 @@ COMTool
- [x] `rts``dtr` 手动控制
- [x] 自定义协议编解码支持
- [x] 自定义快捷键发送(在协议功能里面)
- [x] TCP UDP 支持
- [ ] 实时图像数据显示
- [ ] TCP UDP 支持
- [ ] 插件支持


Expand Down

0 comments on commit 8f78adf

Please sign in to comment.