Hii, I need the mote to communicate with RS232 interface which is configured to listen at baudrate 9600. So, I need to reduce the default baudrate of uart in telosb from 115200 to 9600.
I tried to change the default value in \opt\tinyos-2.x\tos\chips\msp430\usart\msp430usart.h from UBR_1MHZ_57600 to UBR_1MHZ_9600. when I try to communicate with the mote through PC, with baudrate changed to 9600.. I don't receive any data. But, with baudrate 115200 I can still communicate.. so, probably the change i did in default value didn't take effect... Please guide if any one has any info... tried even http://docs.tinyos.net/index.php/Boomerang_Change_UART_Baud_Rate but no luck!! waiting for help, cheers, vaasu
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
