Are you sure that your mote is connected to /dev/ttyUSB1? (You wrote /dev/ttyUSB0 when programming.) You could also try to change the speed of the serial connection. (i.e. change :iris to actual values like :115200, or :57600, ...) This usually helps when I get "resynchronising".
Adam On 06/03/13 12:44, gyanesh meena wrote: > I am trying to run printf app from /opt/tinyos-2.1.1/apps/tutorials/Printf > > I have compiled and installed it in my iris mote by using " make iris > install mib520,/dev/ttyUSB0 " > > and after this I tried to display message by using " java > net.tinyos.tools.PrintfClient -comm serial@/dev/ttyUSB1:iris " but > still I am not getting any messages. > > It shows > > gyanesh@ubuntu:/opt/tinyos-2.1.1/apps/tutorials/Printf$ java > net.tinyos.tools.PrintfClient -comm serial@/dev/ttyUSB1:iris > Thread[Thread-1,5,main]serial@/dev/ttyUSB1:iris: resynchronising > > > I am using mib520 and iris mote..... I didnt find anything useful in > Tinyos-Help library ..... please help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
