Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzudongxiang/serialport.tools
串口接收多个数据并显示的工具
https://github.com/zzudongxiang/serialport.tools
Last synced: about 1 month ago
JSON representation
串口接收多个数据并显示的工具
- Host: GitHub
- URL: https://github.com/zzudongxiang/serialport.tools
- Owner: zzudongxiang
- License: mit
- Created: 2020-12-28T23:36:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T23:36:57.000Z (almost 4 years ago)
- Last Synced: 2024-03-29T10:55:34.500Z (9 months ago)
- Language: C#
- Size: 594 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 串口发送图像
通过自定义串口通信协议实现串口监控多个数据的状态吗, 并绘制出指定的曲线图
`开发平台`: VS2019
`开发技术`: C#, WinForm
`使用到的技术`: SerialPort, Winform
---
![img](.image/1.png)
串口通信协议为
```txt
设置指令, 用于第一次连接时通知上位机会传递多少数据
#SET;VAR_1;Var_2;Var_3传递数据, 以分号分隔, ASCII编码字符串内容
#DTU;123;45.6;78
```*需要注意的是数据曲线图显示可能会导致软件卡顿或崩溃, 该处的程序没有优化*
## 其他
1. 本软件于2017年9月左右编写, 2019年才编写README, 很多地方介绍不是很详细
2. 如果有任何疑问欢迎下载源码讨论
3. 有其他疑问也可联系[作者](maileto:[email protected])