--- a/LPCconnector/LPCAppObject.py Mon Apr 29 17:28:50 2013 +0900
+++ b/LPCconnector/LPCAppObject.py Mon Apr 29 17:29:59 2013 +0900
@@ -31,7 +31,7 @@
def connect(self,comport):
self.SerialConnection = LPCAppProto(comport,#number
def StartPLC(self, debug=False):
self.HandleSerialTransaction(STARTTransaction())