Re: [Tinyos-help] Problem with serial communication on RFA1

2015-11-04 Thread Vamsi Krishna
It worked with java net.tinyos.tools.PrintfClient -comm serial@:. There was actually some framing done by tinyos at the end. The PrintfClient removes it. Regards, Vamsi On Wed, Nov 4, 2015 at 7:02 PM, Xiaoyang Zhong wrote: > Maybe you should increase the Printf buffer size. > > On Wed, Nov 4

Re: [Tinyos-help] Problem with serial communication on RFA1

2015-11-04 Thread Xiaoyang Zhong
Maybe you should increase the Printf buffer size. On Wed, Nov 4, 2015 at 8:23 AM, Vamsi Krishna wrote: > Hi, > > I was working on Atmega128RFA1. > > Tried running printf app in /opt/tinyos-2.1.2/apps/tutorial/Printf. > > It is not working properly. Strings getting truncated at the end. > > > Cou

[Tinyos-help] Problem with serial communication on RFA1

2015-11-04 Thread Vamsi Krishna
Hi, I was working on Atmega128RFA1. Tried running printf app in /opt/tinyos-2.1.2/apps/tutorial/Printf. It is not working properly. Strings getting truncated at the end. Could any one please help me fix this? Thanks and Regards, Vamsi. ___ Tinyos-he