I want to hold onto packets that are currupt. I have disabled the auotcrc in CC2420ControlP changing 1<< CC2420_MDMCTRL0_AUOTCRC to 0<< CC2420_MDMCTRL0_AUOTCRC
I have also commented out a section of CC2420ReceiveP.nc if ( ( Buf[ rxFrameLength] >> 7 ) && rx_buf ) becomes if ( /*( Buf[ rxFrameLength] >> 7 ) &&*/ rx_buf ) Is there anything else I have to do save my packets? Mike.
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
