Yes, it works by doing this: java net.tinyos.sf.SerialForwarder -comm [EMAIL PROTECTED]:mica2 Thanks a lot.
---------- Forwarded Message ----------- From: Philip Levis <[EMAIL PROTECTED]> To: "yen" <[EMAIL PROTECTED]> Cc: [email protected] Sent: Tue, 13 Dec 2005 08:34:40 -0800 Subject: Re: [Tinyos-help] Bombilla on Micaz On Dec 13, 2005, at 2:53 AM, yen wrote: > I have problem on running Bombilla (version 2.2.2) on Micaz. > I try to run a VM on micaz platform. > I program the VM (in apps/BombillaMica directory) on micaz by > typing "make > micaz install,1 mib510,com1". > Then, I run SerialForwarder(in tools/java/net/tinyos/sf) to upload > a simple > script like "led(1);" to turn on the red led. > Sometimes SerialForwarder return write failed, sometimes doesn't. > But I didn't see any reaction on Micaz hardware (EX:the red red > didn't blink). > What's wrong with my setting? > Do I miss some steps? > Thank you. > - When you connect SerialForwarder to the mote, do you specify micaz as the source, or mica2? You want to do the latter. E.g., do this: java net.tinyos.sf.SerialForwarder -comm [EMAIL PROTECTED]:mica2 and NOT java net.tinyos.sf.SerialForwarder -comm [EMAIL PROTECTED]:micaz Have you been able to successfully communicate with a micaz over the serial port before? That is, is this problem Mat�-specific, or have you experienced it for many apps? Phil ------- "We shall not cease from exploration And the end of all our exploring Will be to arrive where we started And know the place for the first time." - T. S. Eliot, 'Little Gidding' ------- End of Forwarded Message ------- -- Open WebMail Project (http://openwebmail.org) _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
