[Tinyos-help] Send Commands To Motes Through Java

2010-08-31 Thread Salman B.M.R
Hi all I want to know how to send commands to MTS420 or MTS310 such as wake,sleep,set data rate etc . directly using tinyos java classes , I was able to run LISTEN.java and read the packets from the mote. i tried to use SEND.java but i don't know what is the binary arguments for the

Re: [Tinyos-help] Send Commands To Motes Through Java

2010-08-31 Thread Michael Schippling
If you are using TOS2.x I hear the TestSerial parogram does bi-directional communication. You can also see my posted code for a (possibly too complicated) example using TOS1.x: http://www.etantdonnes.com/Motes/schipTOS.zip MS Salman B.M.R wrote: Hi all I want to know how to send