modbus 完整测试成功,访问 python 仿真服务程序正常,433传数据出去也正常

This commit is contained in:
edisondeng
2026-05-10 17:13:02 +08:00
parent 7171f11534
commit 0bc39b7944
4 changed files with 4328 additions and 4334 deletions

View File

@ -107,7 +107,7 @@ extern "C" {
- 1: 测试环境 (A701室/本地测试),使用 192.168.6.x 网段 - 1: 测试环境 (A701室/本地测试),使用 192.168.6.x 网段
- 0: 生产环境 (实船/现场部署),使用 192.168.0.x 网段 - 0: 生产环境 (实船/现场部署),使用 192.168.0.x 网段
========================================================= */ ========================================================= */
#define TEST_A701 1 #define TEST_A701 0
/* USER CODE END EM */ /* USER CODE END EM */

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long