[Tinyos-help] tos.chips.msp430.usart documentation
Sarfraz Nawaz
sarfraz at gmail.com
Thu Sep 4 03:56:42 PDT 2008
The easiest way to change baudrate of Uart0 on Iris right now is to change
ubrr0 = call Atm128Calibrate.baudrateRegister(PLATFORM_BAUDRATE);
to
ubrr0 = call Atm128Calibrate.baudrateRegister(9600);
in HplAtm128UartP.nc in tinyos-2.x/tos/chips/atm128
On Tue, Aug 26, 2008 at 2:31 PM, Ravish Kumar <ravish.kumar at in.abb.com> wrote:
>
> Hi Zainul,
>
> I want to send data from base station to PC at 9600 baud rate . How to do
> UART Communication. Currently i am using MOTES which is based on IRIS
> plateform.
>
> please tell me which component i should use.. What should be the step.
> because i am new in tiny OS.
>
>
> Best regards
> Ravish Kumar
>
>
> =
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
More information about the Tinyos-help
mailing list