This commit is contained in:
2026-06-16 09:22:08 +08:00
parent f6e6c7743b
commit c0d7622132
3 changed files with 258 additions and 143 deletions
+3
View File
@@ -138,6 +138,9 @@ const serialService = {
}
this.tcp485.setHost(host, port)
this.tcp485.onLog((name, action) => {
this.addLog(name, action)
})
try {
const state = await this.tcp485.open()