Hi all,
i am a little confused. I don’t know the reason why when i add/delete a printf
for debug my app, i get the following error:
serial@/dev/ttyUSB1:57600: bad packet
it’s very strange. When i delete the three lines that contains the event, bad
packet error does not appears.
<8-------------------------------------------------------------------------------------------------
event void MLME_START.confirm(ieee154_status_t status)
{
#ifdef DEBUG_802154
printf(“MLME_START.confirm(status: %d) \n”,status); printfflush();
#endif
}
----------------------------------------------------------------------------------------------------8>
Any help would be very appreciated. I’m desperate because in tinyos-help all
threads about ‘bad packet’ are unresolved.
Thanks,
Felipe._______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help