LPCconnector/LPCAppObject.py
changeset 44 a6577420a27b
parent 42 30eae94f35f7
child 46 c6b7d4c176c2
--- 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
                                          115200, #speed
-                                         2)      #timeout
+                                         5)      #timeout
 
     def StartPLC(self, debug=False):
         self.HandleSerialTransaction(STARTTransaction())