We moved the development trunk and the issues tracker over to github. Your issue is now #148.
Here is my evaluation of this issue: *What is the expected output? What do you see instead? > *Need the base station to receive some data or input from the serial pin > (UART). > Okay. Indeed that would be nice. You need to write this code yourself. TinyOS doesn't currently provide a default command processor. That is essentially what you are asking for. > *What version of the product are you using? On what operating system? > *Tinyos 2.x, MICAz > In general, one needs to be much more specific about this kind of thing. Tinyos 2.x doesn't tell us anything. We need something like the release-2.1.1, release-2.1.2, or if on the development trunk something like tinyos-main and its associated SHA which denotes where on the trunk you are working. > *Please provide any additional information below. > *Normally the base station only will receive the information from the > nodes. But in my project, I need the base station to receive some input and > do some task. > For example: > While the base station is receiving some data, when I key in "101" and > press Enter, it should sleep for 5 seconds. Right. You need to create your command interpreter that receives a packet and does something useful. Sorry, but this is something you need to figure out yourself. -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
