Hi everyone!
I am newbie at TinyOs and have a problem with TOSSIM
I read the TinyOS
tutorials<http://docs.tinyos.net/index.php/TinyOS_Tutorials>and
successfully install tinyos 2.x on Cygwin
but i have problem with Debugging Statements.
the problem is that dbg does not print anything on stdout or file
the code below doesn't work for me:
>>> import sys
>>> f = open("log.txt", "w")
>>> t.addChannel("Boot", f)
>>> t.addChannel("Boot", sys.stdout)
>>> t.addChannel("RadioCountToLedsC", sys.stdout)
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help