Re: [Tinyos-help] tos.chips.msp430.usart documentation

2008-09-04 Thread Sarfraz Nawaz
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 Kuma

Re: [Tinyos-help] tos.chips.msp430.usart documentation

2008-09-04 Thread Ravish Kumar
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

Re: [Tinyos-help] tos.chips.msp430.usart documentation

2008-08-26 Thread Zainul M Charbiwala
Hi Ravish, I'm not too familiar with the IRIS node, but isn't it Atmel based ? In which case, you ought to be looking in tos/chips/atm128. The standard baudrate for the MicaZ is 57600 as defined in tos/platforms/micaz/hardware.h under PLATFORM_BAUDRATE. This setting is used in tos/chips/atm128/Hp

Re: [Tinyos-help] tos.chips.msp430.usart documentation

2008-08-25 Thread Zainul M Charbiwala
Hi, Since you're looking at TinyOS-2.x, I believe a good starting point may be the BaseStation application in the apps directory. Regards, Zainul. On Mon, Aug 25, 2008 at 6:40 AM, - - <[EMAIL PROTECTED]> wrote: > Hi there! > > We are two university students searching for enlightenment... > > We

[Tinyos-help] tos.chips.msp430.usart documentation

2008-08-25 Thread - -
Hi there! We are two university students searching for enlightenment... We need to send and receive data throug the Uart of a TMote node (Msp430) running TinyOS, so we looked at your NesC communication interfaces (tos.chips.msp430.usart section of the API reference http://www.tinyos.net/dist-2.0.