Re: [Tinyos-help] Component SerialPrintfC

2014-01-03 Thread eroufr
Add this to your Makefile: CFLAGS += -I$(TOSDIR)/lib/printf Le Vendredi 3 janvier 2014 6h38, Lynda Algerienne lynda.algerie...@gmail.com a écrit : Hello, I need to save temperature data. I followed this link https://www.millennium.berkeley.edu/pipermail/tinyos-help/2013-July/057404.html

Re: [Tinyos-help] Component SerialPrintfC

2014-01-03 Thread eroufr
deponding on mote type your are using (MicaZ, Telosb), you have to set the baudrate first then lesten to the serial port: Take example MicaZ mote: boudrate = 57600 and serial = /dev/ttyUSB1 and you must type the following in your terminal: $ stty 57600  min 1 time 5 -icrnl -parenb cs8

[Tinyos-help] Component SerialPrintfC

2014-01-02 Thread Lynda Algerienne
Hello, I need to save temperature data. I followed this link https://www.millennium.berkeley.edu/pipermail/tinyos-help/2013-July/057404.html The following error raised: Component SerialPrintfC not found Could you please help me? Best regards,