On Jun 27, 2006, at 8:18 AM, song guo wrote:

Hi all,
Currently I am trying to inject a simple VM task (light a LED)on the tmote sky. First I tried install the VM under boomrang provided by moteiv, it seems something wrong.

Then I turned back to tinyos-1.1.11 , the command "make tmote install,1" looks all right , however, when I typed command 'java net.tinyos.script.Scripter -comm serial reboot reboot.txt'. It displayed that "invalid port. The known ports are COM3 and COM9". And then I tried 'java net.tinyos.script.Scripter -comm [EMAIL PROTECTED] reboot reboot.txt', it looks fine from the screen (I can see mate' instructions of 'led(1)') but Tmote sky did not perform any work.


Try

-comm [EMAIL PROTECTED]:telos

In TinyOS 1.x, telos motes have a different serial packet format than the mica motes. So you need to tell the serial system that you're using telos motes.

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

Reply via email to