connectors/LPC/LPCBootObject.py
changeset 567 72b51ec5be64
parent 548 1428fd553988
child 569 37af7286dd65
--- a/connectors/LPC/LPCBootObject.py	Wed Nov 17 08:30:35 2010 +0100
+++ b/connectors/LPC/LPCBootObject.py	Tue Feb 01 11:05:07 2011 +0100
@@ -34,6 +34,7 @@
         self.SerialConnection = LPCBootProto(comport,#number
                                          115200, #speed
                                          120)      #timeout
+        self.HandleSerialTransaction(KEEPBOOTINGTransaction())
         self.PLCStatus = "Stopped"
     
     def NewPLC(self, md5sum, data, extrafiles):