I think you are not calling your command rightly. It is because it should appear something like serial@/dev/ttyUSB1:115200: resynchronising instead of c...@serial:115200:resynchronising.
I cannot see your port in your message? Are you using following command properly java TestSerial -comm serial@/dev/ttyUSB0:telosb Alternatively, you can also have your MOTECOM variable set. For example export MOTECOM=serial@/dev/ttyUSB0:telosb -- best regards, Faisal Aslam Ph.D. Candidate University of Freiburg, Germany http://cone.informatik.uni-freiburg.de/people/aslam/ Chen Xi 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 "c...@serial:115200:resynchronising...." > appears and than it halts... > > > Then I stop the cygwin, and restart it, and recall the command java > net.tinyos.tools.msgReader BlinkToRadioMsg. > Then it starts to appear the following message, but stopped at counter=0x9, > and halts again. > > >/ 1241884674870: Message <BlinkToRadioMsg> > > />/ [nodeid=0x1] > />/ [counter=0x3] > />/ > />/ 1241884675111: Message <BlinkToRadioMsg> > />/ [nodeid=0x1] > />/ [counter=0x4] > />/ > />/ 1241884675366: Message <BlinkToRadioMsg> > > />/ [nodeid=0x1] > />/ [counter=0x5] > />/ > />/ 1241884675607: Message <BlinkToRadioMsg> > />/ [nodeid=0x1] > />/ [counter=0x6] > / > I am using windows xp, running cygwin. The equipment is the BSN board with > embedded MSP430 and cc2420. > > > Anyone has a clue for this problem? > > Thanks > ------------------------------------------------------------------------ > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
