First you shouldn't (and actually shouldn't be able to) run two "Listeners" at the same time. It sounds like they are stealing message bytes from each other.
Assuming you have run Listen successfully and seen good messages it may be that you are inadvertently using the wrong message protocol. The MOTECOM setting you are using should specify the platform rather than the baud rate directly. Something like motecom=ser...@com4:mica2 MS Marcos Rogério da Silva wrote: > Hi, > > I´m having a problem (doing Tutorials, Lesson 4) using the comand java > net.tinyos.tools.msgReader BlinkToRadioMsg. > > The problem is that the message serial@/dev/ttyUSB1:57600: > resynchronising appears and than it halts... > > When I opened another terminal and try to execute the Listen command > (that I had previously tried and executed normally), the new terminal > listen the messages, with one or another packet lost, and the previously > terminal (executing the MsgReader) starts to list bad packets. > > Anyone has a clue for this problem? > > Thanks > > Marcos > > > ------------------------------------------------------------------------ > Diversão em dobro: compartilhe fotos enquanto conversa usando o Windows > Live Messenger. > <http://www.microsoft.com/windows/windowslive/products/messenger.aspx> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- Platform: WinXP/Cygwin TinyOS version: 1.x, Boomerang Programmer: MIB510 Device(s): Mica2, MicaZ, Tmote Sensor board: homebrew _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
