Sorry, I'm not understanding... A TOS message sent using hyperterminal will not be formatted correctly. It will most likely be all ASCII (or unicode) and not have the proper header or crc.
But it originally sounded like the problem was receiving a garbled message at the host machine. Is that correct? Again, if you are using hyperterminal to receive you will probably display a lot of garbage due to the binary vs text problem as above. That's why I said to try Listen or ListenRaw to see the actual bytes that you are getting. MS sofia aparicio wrote: > Hello, > > Yes, I send the information to a base station connected to my computer > using hyperterminal. > I am using the Route library and I only send through the serial port > this information > tla:1, distance: 1592, temp: 28. > It seems that it is sending something else because if I do not send > anything to the serial port I get something like that : > =¡~. > Maybe the Route library is sending a message to the serial port. But how > can I process this information? > Do you the structure of this message? > > Thank you very much. > > Sofia > > > Date: Wed, 22 Jul 2009 12:42:26 -0600 > > From: [email protected] > > To: [email protected] > > CC: [email protected] > > Subject: Re: [Tinyos-help] Receiving strange msgs > > > > If the CRC is bad it's unlikely that you will get any message > > at a user level. Are you sending a message from a re-Mote > > to a host machine, and the host is printing out that somewhat > > garbaged up text? If so, what program? And why complain, it > > seems that you are getting many of he right values...heh... > > > > If you are receiving on a host, I would start with the Listen > > java app in order to see exactly what is coming over the "wire", > > and then work out from there. > > > > MS > > > > sofia aparicio wrote: > > > > > > > > > Hello, > > > > > > I would like to know what is the crc of a TOS_msg. > > > I am sending a msg using radio and I should receive > > > > > > tla:1, distance: 1592, temp: 28 > > > > > > but I am receiving something like that: > > > > > > :=¡~tla: 1,distanc~Be}:^ 15}9]2,tempú: 28 > > > > > > How can I fix this? > > > > > > Thank you very much. > > > > > > Sofia > > > > > > > ------------------------------------------------------------------------ > > > Comparte tus recuerdos online con quien tú desees quien tú desees. > > > > <http://www.microsoft.com/spain/windows/windowslive/products/photos-share.aspx?tab=1> > > > > > > > ------------------------------------------------------------------------ > > > Charlas más divertidas con el nuevo Windows Live Messenger > > > <http://download.live.com> > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Tinyos-help mailing list > > > [email protected] > > > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > ------------------------------------------------------------------------ > Charlas más divertidas con el nuevo Windows Live Messenger > <http://download.live.com> _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
