Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xzhiot/serial_net_graph
串口波形显示;TCP、UDP波形显示;QT;支持串口、网络数据接收发送和波形显示。serial、tcp、udp transmit program by QT. It can display the graph of received data.
https://github.com/xzhiot/serial_net_graph
graph qt serial tcp udp
Last synced: 2 months ago
JSON representation
串口波形显示;TCP、UDP波形显示;QT;支持串口、网络数据接收发送和波形显示。serial、tcp、udp transmit program by QT. It can display the graph of received data.
- Host: GitHub
- URL: https://github.com/xzhiot/serial_net_graph
- Owner: xzhiot
- Created: 2020-11-03T04:06:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-07T08:56:02.000Z (about 4 years ago)
- Last Synced: 2024-09-12T21:47:26.058Z (5 months ago)
- Topics: graph, qt, serial, tcp, udp
- Language: C++
- Homepage:
- Size: 46.2 MB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serial_net_graph
功能:1.串口通信,可进行串口数据的波形显示;
2.支持tcp、udp通信,同样能进行数据的波形显示;
说明:数据协议的格式;
(第1,2字节)AAAA帧头;
(第3字节)f1帧标识;
(第4字节)数据部分字节数;
(第5-n字节)用户数据;
(第n+1字节)校验和,校验和计算范围(第一字节 至 第n字节);
例如:
AA AA F1 14 00 4E 1F F0 00 4E 20 BE 00 00 00 00 00 00 00 60 00 00 00 E3 25![image](程序.png)