From c4315986bc6ff814b0d8975699d9e89ab75961a2 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 13 十月 2023 10:19:35 +0800
Subject: [PATCH] 更新体重秤通讯
---
src/stores/StoresConfing.ts | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/stores/StoresConfing.ts b/src/stores/StoresConfing.ts
index 09f71de..a0d2e8b 100644
--- a/src/stores/StoresConfing.ts
+++ b/src/stores/StoresConfing.ts
@@ -17,8 +17,11 @@
xueyanjiPortPath:"COM35",
xueyanjiBaudRate:115200,
Is_tzc:false,
+ // 志荣的[zhiRongT605];台衡的M523[taiHengM523] //[s]eca101]读文件夹
+ tzc_type:"seca101",
tzcPortPath:"COM34",
- tzcBaudRate:1200
+ tzcBaudRate:120,// zhiRongT605波特率1200;台衡523波特率9600
+ seca101Path:"D:/seca101/data/"// 文件获取目录
})
/**
--
Gitblit v1.8.0