Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzudongxiang/serialport.image
自定义串口通信协议实现STM32采集的图像串口显示
https://github.com/zzudongxiang/serialport.image
Last synced: about 1 month ago
JSON representation
自定义串口通信协议实现STM32采集的图像串口显示
- Host: GitHub
- URL: https://github.com/zzudongxiang/serialport.image
- Owner: zzudongxiang
- License: mit
- Created: 2020-12-28T23:35:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T10:58:33.000Z (almost 2 years ago)
- Last Synced: 2024-03-29T10:55:34.450Z (9 months ago)
- Language: C
- Size: 955 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 串口发送图像
通过自定义串口通信协议实现STM32采集的图像发送到上位机查看
`开发平台`: VS2019, Keil 5
`开发技术`: C#, WinForm, C++
`使用到的技术`: STM32, SerialPort, Winform
---
![img](.image/1.png)
需要提前指定要发送的图像大小, 否则会出现解析失败的情况
右侧显示的图像可以实现自由的缩放, 通过鼠标滚轮可以轻易的实现缩放操作
## 其他
1. 本软件于2017年9月左右编写, 2019年才编写README, 很多地方介绍不是很详细
2. 如果有任何疑问欢迎下载源码讨论
3. 有其他疑问也可联系[作者](maileto:[email protected])