Re: [Tinyos-help] How to debug the send message ?

2007-05-18 Thread Michael Schippling
I don't understand the relationship between send() and receive() here but it's possible that the intermediate put() fails because the UART is busy. I think put() just starts a uart xmit, and like the radio send() you need to wait for a done() before successfully posting another char. MS

[Tinyos-help] How to debug the send message ?

2007-05-17 Thread liangjing
Hi all, I encountered a problem when debugging the send message. I use the UART to give me the debugging information. In my application, I start a timer to send the message repeatly, and when the timer is fired, I send the message out. Now, I insert two debugging sentences to send number to