CSCommon Source Code

Option Explicit 

Public DppConfig As New clsDppConfig 

Public profile As New clsProfile 
Public HwCfgDP5 As String 
Public cstrRawCfgIn As String 
Public HwCfgReady As Boolean 
Public HwCfgExReady As Boolean 
Public Dp5CmdList As New Collection 
Public HwCfgDP5Out As String 
Public HwRdBkDP5Out As String 

Public SCAEnabled As Boolean 
Public HwScaCfgDP5 As String 
Public cstrRawScaCfgIn As String 
Public HwScaCfgReady As Boolean 

' Shared Communications Interface Settings
Public CurrentInterface As Byte         ' selected communications interface (0=RS232/1=USB/2=ETHERNET)
Public isDppConnected As Boolean        ' CurrentInterface selected and device found
Public ComPort As Long                  ' Serial Port Settings

' Ethernet Settings
Public NetfinderActive As Boolean 
Public SockAddr As Long 
Public cstrSockAddr As String 
Public InetPort As Long