Title: Re: [Tinyos-help] How to unset MOTECOM?
Thanks. That worked!
 
But, i still get a platform specific TOSMsg cannot be found error when i run the JAVA program and after unsetting MOTECOM. What other bugs could be causing this problem? Thanks and regards.
 
Amit.


From: [EMAIL PROTECTED] on behalf of Prabal Dutta
Sent: Tue 3/14/2006 9:53 AM
To: #AMIT SATPATHY#
Cc: tinyos-help@millennium.berkeley.edu
Subject: Re: [Tinyos-help] How to unset MOTECOM?

Typing: unset -v MOTECOM

should do the trick (the -v flag indicates you want to unset a
variable, but it's not necessary).  You can check that it's been unset
by typing: echo $MOTECOM

If it's blank, MOTECOM is removed as one of your environment variable.

- Prabal

On 3/13/06, #AMIT SATPATHY# <[EMAIL PROTECTED]> wrote:
>
> Hi.
>
> I am currently trying to use Serial Forwarder to listen for some packets.
> However, whenever i run the JAVA program, i get an error saying that a
> platform specific TOSMsg cannot be found. After looking through some of the
> TinyOS help messages, i believe the problem lies in the setting of the
> MOTECOM env settings. I previously had set it to export
> [EMAIL PROTECTED]:mica2. I wish to remove this setting. What do i have to
> do? I tried just typing unset MOTECOM but i don't know if that is correct.
>
> Thanks and regards.
>
> Amit.
>
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to