Reliable sniffing of 802.15.4 on the TelosB.
[goodfet] / client / GoodFETCCSPI.py
index 1d27c24..612ce3e 100644 (file)
@@ -141,7 +141,7 @@ class GoodFETCCSPI(GoodFET):
         """
         
         # TODO -- Flush only if there's an overflow.
-        self.strobe(0x08); #SFLUSHRX
+        #self.strobe(0x08); #SFLUSHRX
         
         data="\0";
         self.data=data;