LPC application mode IDLE comamnd is now the same as PLCID (0x07)
authorEdouqrd Tisserant <edouard.tisserant@gmail.com>
Thu, 03 Feb 2011 18:23:24 +0100
changeset 570 46abd6b2f639
parent 569 37af7286dd65
child 571 427bf9130d12
LPC application mode IDLE comamnd is now the same as PLCID (0x07)
connectors/LPC/LPCAppProto.py
--- a/connectors/LPC/LPCAppProto.py	Thu Feb 03 18:20:47 2011 +0100
+++ b/connectors/LPC/LPCAppProto.py	Thu Feb 03 18:23:24 2011 +0100
@@ -65,7 +65,8 @@
 
 class IDLETransaction(LPCAppTransaction):
     def __init__(self):
-        LPCAppTransaction.__init__(self, 0x00)
+        LPCAppTransaction.__init__(self, 0x07)
+    ExchangeData = LPCAppTransaction.GetData
 
 class STARTTransaction(LPCAppTransaction):
     def __init__(self):