Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-10 Thread Michael Schippling
@Millennium.Berkeley.EDU *Subject:* Re: [Tinyos-help] High Frequency Sampling - Sample.class run error You don't have to disable MOTECOM, you need one setting for SF to get to the serial poet, and then there is a setting...probably in the tutorial...that allows programs that use BuildSource to attach to the enet

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-09 Thread #AMIT SATPATHY#
Hi. I noticed that my mail cannot be viewed on the website so i am sending it from another e-mail address. I have tried to run the High Frequency Program from the xbow/apps folder and i get the following error: -- Capture Output --"C:\Program Files\Crossbow\Crimson\IDE.bat"

RE: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-09 Thread #AMIT SATPATHY#
is the MAKEFILE. Thanks and regards. Amit. From: [EMAIL PROTECTED] on behalf of #AMIT SATPATHY#Sent: Thu 3/9/2006 4:51 PMTo: [EMAIL PROTECTED]Cc: tinyos-help@Millennium.Berkeley.EDUSubject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Hi. I noticed that my mail cannot

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-09 Thread Michael Schippling
SATPATHY# *Sent:* Thu 3/9/2006 4:51 PM *To:* [EMAIL PROTECTED] *Cc:* tinyos-help@Millennium.Berkeley.EDU *Subject:* Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Hi. I noticed that my mail cannot be viewed on the website so i am sending it from another e-mail address. I

RE: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-09 Thread #AMIT SATPATHY#
Title: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Its not in the code. Wheni compile the code, it compiles successfully. However, after i upload to the motes and run the Sample.class program, the program runs and then after a while(for like 2 seconds),message comes

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-08 Thread Amit Satpathy
I have tried to run the High Frequency Program from the xbow/apps folder and i get the following error: -- Capture Output --"C:\Program Files\Crossbow\Crimson\IDE.bat" "C:\tinyos\cygwin\opt\tinyos-1.x\contrib\xbow\apps\HighFrequencySampling2" "c:\tinyos\cygwin\bin" "java Sample

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-05 Thread Amit Satpathy
that is available from the website. Thanks and regards. Amit. From: Michael Schippling [EMAIL PROTECTED] To: Amit Satpathy [EMAIL PROTECTED] CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Date: Thu, 02 Mar 2006 23:43:55 -0700 Java looks

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-03 Thread Michael Schippling
[EMAIL PROTECTED] To: Amit Satpathy [EMAIL PROTECTED] CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Date: Thu, 02 Mar 2006 23:43:55 -0700 Java looks ok, but is not connecting to TOSBase...don't use GenericBase. Make sure you have

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-02 Thread Michael Schippling
The first problem is simply that you have overwritten the classpath that contains the tools/java files so it can't find MessageListener. This is a red herring, so stick with the second java invocation. The real problem is in your second example where, apparently, serial- Forwarder isn't

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-02 Thread Amit Satpathy
@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Date: Thu, 02 Mar 2006 21:14:37 -0700 The first problem is simply that you have overwritten the classpath that contains the tools/java files so it can't find MessageListener. This is a red herring, so

Re: [Tinyos-help] High Frequency Sampling - Sample.class run error

2006-03-02 Thread Amit Satpathy
Satpathy [EMAIL PROTECTED] CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] High Frequency Sampling - Sample.class run error Date: Thu, 02 Mar 2006 21:14:37 -0700 The first problem is simply that you have overwritten the classpath that contains the tools/java files so it can't find