beremiz

46abd6b2f639
Parents 37af7286dd65
Children 427bf9130d12
LPC application mode IDLE comamnd is now the same as PLCID (0x07)
--- 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):