mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-28 02:20:49 +00:00
Include timeouts in serial connection key
This commit is contained in:
parent
7795946f9f
commit
3ce8d12628
|
|
@ -70,7 +70,9 @@ namespace WelsonJS.Launcher
|
||||||
parameters.Parity,
|
parameters.Parity,
|
||||||
parameters.DataBits,
|
parameters.DataBits,
|
||||||
parameters.StopBits,
|
parameters.StopBits,
|
||||||
parameters.Handshake
|
parameters.Handshake,
|
||||||
|
parameters.ReadTimeout,
|
||||||
|
parameters.WriteTimeout
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user