I dunno what xserve does, but if it writes to the shell window you
can redirect that output to a file with   > filename   as in:

    xserve -c -device=COM6   > myfile.txt

If this is the right way to go, see "redirection" in the bash man page.
MS


Milton Aguiar wrote:
Hi all

I've implemented a Xmesh wireless sensor network with MicaZ motes. This wsn is formed by:

a base station, programmed with XmeshBase application from MoteWorks;
node 1 programmed with the XMDA100 application;
node 2 programmed with the MTS400 application;
node 3 and 4 programmed with the MTS310 application;

The network operates at frequency of 2.405 GHZ

I use Xserve to view the data received from the sensor nodes

(xserve -c -device=COM6 , in the Cygwin window)

But now i want to save the data in a file, but i don“t know how to do it. Can someone help me please???

Thanks in advance !

Milton Aguiar
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to