This commit is contained in:
@@ -31,6 +31,7 @@ namespace ConstantCurrentControl
|
||||
_readTimer = new DispatcherTimer();
|
||||
_readTimer.Interval = TimeSpan.FromMilliseconds(50);
|
||||
_readTimer.Tick += ReadTimer_Tick;
|
||||
cmbPort.Text = "COM2";
|
||||
}
|
||||
|
||||
#region 串口连接
|
||||
|
||||
Reference in New Issue
Block a user