Hi,

I'm trying to write data to the serial port from TelosB mote. In the linux 
terminal I am getting the output without any problem like this.

My node id is = 1
data = 87  
My node id is = 1
data = 99  
My node id is = 1
data = 1  

 
But when I try to read this data in a hyper terminal application on a Windows 
machine, I get a lot unprintable characters (the terminal software converts 
unprintable characters into periods) along with the actual data. This is what 
I'm getting,


E.......dMy node id is = 1
.........._.~~E.......ddata = 71  
.................Z~~E.......dMy node id is = 1
.........._.~~E.......ddata = 75  
................@.~~E.......dMy node id is = 1
.........._.~~E.......ddata = 81  
................z.~~E.......dMy node id is = 1
.........._.~~E.......ddata = 79  
................5.~~E.......dMy node id is = 1
.........._.~~E.......ddata = 68  
................p.~~E.......dMy node id is = 1
.........._.~~E.......ddata = 66  
................c.~


I have developed a GUI for windows that will have to read this data and process 
it. For doing this I need to have clean data reception (like the one in the 
linux terminal). Please help me fix this issue.

Thanks for any help!
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to