1.지그 통신을 위한 BaudRate = 115200 수정
2.버전 3.0.1
This commit is contained in:
parent
065f208ecb
commit
c2043f827a
@ -10,7 +10,7 @@ Imports System.Runtime.InteropServices.ComTypes
|
|||||||
Imports System.Text
|
Imports System.Text
|
||||||
|
|
||||||
Public Class frmTD_JIG
|
Public Class frmTD_JIG
|
||||||
Public Const TESTER_VER As String = "3.0.0"
|
Public Const TESTER_VER As String = "3.0.1"
|
||||||
Public ShowDetailLog As Boolean = False
|
Public ShowDetailLog As Boolean = False
|
||||||
Public RunDemoMode As Boolean = False
|
Public RunDemoMode As Boolean = False
|
||||||
Public EnableSetup As Boolean = False
|
Public EnableSetup As Boolean = False
|
||||||
@ -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 = 230400
|
.BaudRate = 115200
|
||||||
.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