chore: 更新固件版本日期至0528,新增Modbus从站仿真工具及测试说明

This commit is contained in:
2026-05-28 13:35:25 +08:00
parent f56367b9b3
commit 9a4fb66b51
3 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,7 @@ extern "C" {
// 举例2026年3月19日第10次编译 (b=9) // 举例2026年3月19日第10次编译 (b=9)
// 计算过程: (0 << 13) | (3 << 9) | (19 << 4) | 9 = 0x0600 | 0x0130 | 0x0009 // 计算过程: (0 << 13) | (3 << 9) | (19 << 4) | 9 = 0x0600 | 0x0130 | 0x0009
#define XTELL_FIRMWARE_CODE MAKE_XTELL_CODE(2026, 5, 10, 1) #define XTELL_FIRMWARE_CODE MAKE_XTELL_CODE(2026, 5, 28, 1)
// ---- - -- - // ---- - -- -
// | | | | // | | | |
// | | | 编译次数 // | | | 编译次数

Binary file not shown.

View File

@ -3,6 +3,11 @@
本文档描述 STM32 通过 RS485 接口轮询 Noris AMS 模块的 Modbus RTU 通信协议, 本文档描述 STM32 通过 RS485 接口轮询 Noris AMS 模块的 Modbus RTU 通信协议,
以及报警数据如何通过 RF433 无线上报。 以及报警数据如何通过 RF433 无线上报。
# 测试方法
下载docs/ModbusSlaveSetup64Bit.exe配置从站地址为 1波特率为 19200通过连接 RS485 串口连接可查看 Modbus RTU 报文。
--- ---
## 1. Modbus RTU 请求帧 (MCU → Noris AMS) ## 1. Modbus RTU 请求帧 (MCU → Noris AMS)