VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END Attribute VB_Name = "CSCommon" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = False Attribute VB_Exposed = False 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