mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-27 10:00:57 +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.DataBits,
|
||||
parameters.StopBits,
|
||||
parameters.Handshake
|
||||
parameters.Handshake,
|
||||
parameters.ReadTimeout,
|
||||
parameters.WriteTimeout
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user