Hi,

I am senior undergraduate in university in india, we have been working on a
Image Sense project for which we have decided to use ZigBit and TinyOS.
I am pretty new to TinyOS, However I have fair amount of experience with
ATmega1281.

I have been able to get example application to work on out custom ZigBit
board. However, I am running into few problems -

(a) I want to change the baud rate for USART communication , Inspite of
changing baudrate value in tinyos/tos/platforms/meshbean/hardware.h

enum {
  PLATFORM_BAUDRATE = 19200L
};

the new value is not reflected in the burned code, I get random garbage
characters due to baudrate mismatch on Minicom when I use the value defined
in hardware.h and  I get proper output for (TestPrint program) at 115200
inspite of baudrate in hardware.h being something else.

(b) The second question I have is , when I try testPrintf program and I use
the Java program to output the sent data, I get proper output without any
garbled character. However if I try to see output in Minicom, I get proper
message along with some random garbage and these random garbage character
always appear at same place in the string.

Thanks,
Ambuj Varshney


-- 
linuxondesktop.blogspot.com
everything related to running linux on desktop
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to