Re: [Tinyos-help] Increasing Baudrate for Atmega-128

2008-07-07 Thread Varun Jain
:[EMAIL PROTECTED] Sent: Monday, July 07, 2008 6:54 PM To: Varun Jain Subject: Re: [Tinyos-help] Increasing Baudrate for Atmega-128 Hi Varun! else if (PLATFORM_BAUDRATE == 115200UL) m_byte_time = 33; // 1 TMicor ~= 2.12 us, one byte = 69us ~= 33 else if (PLATFORM_BAUDRATE == 230400UL

Re: [Tinyos-help] Increasing Baudrate for Atmega-128

2008-07-02 Thread Andrey Gursky
Hello Varun! In my answer to you https://www.millennium.berkeley.edu/pipermail/tinyos-help/2008-July/034704.html there was already a link to http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-June/034373.html where the problem is solved. It is strange but the standard speed

[Tinyos-help] Increasing Baudrate for Atmega-128

2008-07-01 Thread Varun Jain
Hi, I am trying to increase the baudrate of the incoming packet for motes with atmega-128 processor. I am adding code in the implementation Atm128UartP.nc located at /tos/chips/atm128/Atm128UartP.nc as follows: else if (PLATFORM_BAUDRATE == 256000UL) m_byte_time = 15; // 1 TMicor ~=