LPCconnector/LPCAppProto.py
changeset 48 76056645f265
parent 47 f860aa7e90e5
equal deleted inserted replaced
47:f860aa7e90e5 48:76056645f265
   111         return self.GetData()
   111         return self.GetData()
   112 
   112 
   113 class RESET_LOGCOUNTSTransaction(LPCAppTransaction):
   113 class RESET_LOGCOUNTSTransaction(LPCAppTransaction):
   114     def __init__(self):
   114     def __init__(self):
   115         LPCAppTransaction.__init__(self, 0x0D)
   115         LPCAppTransaction.__init__(self, 0x0D)
   116     ExchangeData = LPCAppTransaction.GetData
       
   117 
   116 
   118 if __name__ == "__main__":
   117 if __name__ == "__main__":
   119     __builtins__.BMZ_DBG = True
   118     __builtins__.BMZ_DBG = True
   120     TestConnection = LPCAppProto(6,115200,2)
   119     TestConnection = LPCAppProto(6,115200,2)
   121 #    TestConnection.HandleTransaction(GET_PLCIDTransaction())
   120 #    TestConnection.HandleTransaction(GET_PLCIDTransaction())