1. 修改了,远程服务端断开就卡死的bug,

2. 修改图像解析逻辑,使其支持DTU-HMI 的图像格式,不再支持原来的图像格式,不能显示原来设备发来的图像
This commit is contained in:
2026-03-12 18:06:07 +08:00
parent fb2d4ffc00
commit f7898adc5d
4 changed files with 38 additions and 908 deletions

View File

@@ -87,6 +87,13 @@ DTU-RemoteLCD/
| **装置 → 工具** | `[0xBB][功能码][长度高][长度低][数据...][CRC]` |
| **CRC** | 数据区逐字节异或,取低 8 位 |
```
刷新屏幕请求
AA 03 00 04 00 00 00 00 00
```
**功能码**
| 码 | 名称 | 说明 |