Re: [Tinyos-help] radio stack cc22420

2007-09-13 Thread Michael Schippling
hmm, you _should_ only get one done per message send, meaning one from the UART and one from the radio. Using GenericComm, you need to sequence the sends such that only one is active at a time. What I have done is fire off the serial send from the done of the radio send. If that doesn't work for y

[Tinyos-help] radio stack cc22420

2007-09-13 Thread Leonardo
Hy guy. I have some problems with stack radio. in my project I send a message on UART and a message on Radio. when i transmit a message on UART, i receive once signal of sendDone and in my project i write in this way: call DataMsg.send(TOS_UART_ADDR,sizeof(beaconMsg), &msg); but when i tras