fix: serialcomm baudrate for TD inspection 115200 -> 230400
This commit is contained in:
parent
52559e2aaa
commit
bb3c0756c0
@ -844,7 +844,7 @@ WR_File_Error:
|
|||||||
If cmdSerialPort.IsOpen = False Then
|
If cmdSerialPort.IsOpen = False Then
|
||||||
With cmdSerialPort
|
With cmdSerialPort
|
||||||
.PortName = ParaComport
|
.PortName = ParaComport
|
||||||
.BaudRate = 115200
|
.BaudRate = 230400
|
||||||
.DataBits = 8
|
.DataBits = 8
|
||||||
.Parity = IO.Ports.Parity.None
|
.Parity = IO.Ports.Parity.None
|
||||||
.StopBits = IO.Ports.StopBits.One
|
.StopBits = IO.Ports.StopBits.One
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user