author | Edouard Tisserant |
Mon, 29 Apr 2013 17:29:59 +0900 | |
changeset 44 | a6577420a27b |
parent 43 | 003a9ae0cf66 |
child 45 | 786b12887e91 |
--- 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())