This commit is contained in:
LeiYangGH 2017-03-02 22:53:26 +08:00
parent 7c6f50f85c
commit da7a692a7b

View File

@ -711,8 +711,8 @@ namespace PInvokeSerialPort
get { return _handShake; } get { return _handShake; }
set set
{ {
Handshake = value; _handShake = value;
switch (Handshake) switch (_handShake)
{ {
case Handshake.None: case Handshake.None:
TxFlowCts = false; TxFlowDsr = false; TxFlowX = false; TxFlowCts = false; TxFlowDsr = false; TxFlowX = false;