fix: serialcomm baudrate for TD inspection 115200 -> 230400

This commit is contained in:
jiwonRepair 2025-08-22 14:17:34 +09:00
parent 52559e2aaa
commit bb3c0756c0

View File

@ -844,7 +844,7 @@ WR_File_Error:
If cmdSerialPort.IsOpen = False Then
With cmdSerialPort
.PortName = ParaComport
.BaudRate = 115200
.BaudRate = 230400
.DataBits = 8
.Parity = IO.Ports.Parity.None
.StopBits = IO.Ports.StopBits.One