This commit is contained in:
xyy
2026-06-12 16:30:29 +08:00
parent db8d255fdd
commit 75d9405770
3 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ namespace ConstantCurrentControl
_readTimer = new DispatcherTimer();
_readTimer.Interval = TimeSpan.FromMilliseconds(50);
_readTimer.Tick += ReadTimer_Tick;
cmbPort.Text = "COM2";
}
#region