"refactor:Switch-serial-comm-to-polling"

This commit is contained in:
2025-12-18 00:34:37 +09:00
parent 51579591a2
commit 384f2affcb
13 changed files with 134 additions and 15 deletions

View File

@@ -207,7 +207,7 @@ namespace Project
//연결은 되었으나 통신이 지난지 10초가 지났다면 자동종료한다
var tsRecv = VAR.TIME.RUN(recvtime);
var tsConn = VAR.TIME.RUN(conntry);
if (tsRecv.TotalSeconds > 10 && tsConn.TotalSeconds > 5)
if (tsRecv.TotalSeconds > 30 && tsConn.TotalSeconds > 5)
{
this.BeginInvoke(new Action(() =>
{