Hello! I am running a simple application which uses two iris nodes. The first node sends a numeric value via a message and the second reads the value, calculates a sum and sends it back to the first node using the same message format. I am trying to use printf in order to display the values and check if the calculations are okay. So I include "printf.h" in both MineC.nc and MineAppC.nc and add the line: *CFLAGS += -I$(TOSDIR)/lib/printf* in Makefile. I install the application to the nodes and then from /Mine directory I execute *java net.tinyos.tools.PrintfClient -comm serial@/dev/ttyUSB1:iris* but all I get is: *Thread[Thread-1,5,main]serial@/dev/ttyUSB1:57600: resynchronising *Does anyone know what do I do wrong? Thanks in advance, Georgia
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
