Re: [Tinyos-help] problems with TestSerial : serial link issues

2013-02-19 Thread Janos Sallai
Have you programmed the mote with TestSerial? Is it connected to the PC? Are you sure that it's on /dev/ttyUSB0 and not some other port (check motelist output to verify)? Is the little red LED next to the USB connector blinking on the mote when it's connected to the PC? Janos On Tue, Feb 5, 2013

Re: [Tinyos-help] problems with TestSerial : serial link issues

2013-02-05 Thread jpam
Hello everyone. I have the same problem, but I'm using TelosB. $ java TestSerial serial@/dev/ttyUSB0:115200: resynchronising Sending packet 0 Sending packet 1 Sending packet 2 .bashrc file: export TOSROOT=/opt/tinyos-svn/src/tinyos-2.x export PATH=$PATH:/opt/tinyos-svn/bin:$TOSROOT/suppor

Re: [Tinyos-help] Problems with TestSerial

2011-02-14 Thread ranal fernando
try doing this. go to support/sdk/java & type make ranal > Date: Mon, 14 Feb 2011 12:59:09 +0100 > From: aca...@correo.ugr.es > To: tinyos-help@millennium.berkeley.edu > Subject: [Tinyos-help] Problems with TestSerial > > Hi, > ...And this problem appear when I put the next lines bellow: > >

Re: [Tinyos-help] Problems with TestSerial Application

2010-06-07 Thread Ali Baharev
Hi, Please note that I started learning TinyOS last week. I do not really understand why and how but my single mote uses both serial@/dev/ttyUSB0 and serial@/dev/ttyUSB1. It uses the first one for programming (e.g. make install), the second one is used when running TestSerial, etc. This should b

Re: [Tinyos-help] Problems with TestSerial Application

2010-06-05 Thread Ali Baharev
Hi, I had a similar problem. In my case: make iris install mib520,/dev/ttyUSB0 java TestSerial -comm serial@/dev/ttyUSB1:iris Note the difference 0 and 1 in /dev/ttyUSB0 and /dev/ttyUSB1. I hope this helps. Good luck, Ali ___ Tinyos-help mailing li

Re: [Tinyos-help] Problems with TestSerial

2009-10-08 Thread Zé Pedro Espogeira
+0200 > From: martin.oster...@tu-ilmenau.de > To: ze_espoge...@hotmail.com > Subject: Re: [Tinyos-help] Problems with TestSerial > > Hi Ze, > > may be, you could try to set the CLASSPATH like this: > > export CLASSPATH=.:$TOSROOT/support/sdk/java/tinyos.jar > > Y

Re: [Tinyos-help] Problems with TestSerial

2009-10-08 Thread Rubén Ríos del Pozo
I seems like you have not created the TestSerialMsg.java using mig, have you? Zé Pedro Espogeira escribió: > Hi to all > > although im able to compile and install TestSerial in a mote, im having > problems compiling TestSerial java application, i think Classpath is > correct > export CLASSPAT

RE: [Tinyos-help] Problems with TestSerial

2008-02-18 Thread Leena Ganguli
MAIL PROTECTED] > Subject: Re: [Tinyos-help] Problems with TestSerial > CC: [EMAIL PROTECTED]; tinyos-help@millennium.berkeley.edu > > I'm not sure what you were intending to do with this line. > > [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/tests/TestSerial$ > serial

Re: [Tinyos-help] Problems with TestSerial

2008-02-18 Thread Kevin Klues
gt; same result... > > > Leena Kowser Ganguli > > > > Date: Mon, 18 Feb 2008 15:06:57 +1100 > > From: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > Subject: Re: [Tinyos-help] Problems with TestSerial > > CC: tinyos-help@millennium.berkeley.edu > > >

RE: [Tinyos-help] Problems with TestSerial

2008-02-17 Thread Leena Ganguli
and I seem to get the same result... Leena Kowser Ganguli > Date: Mon, 18 Feb 2008 15:06:57 +1100 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [Tinyos-help] Problems with TestSerial > CC: tinyos-help@millennium.berkeley.edu > &

Re: [Tinyos-help] Problems with TestSerial

2008-02-17 Thread Sarfraz Nawaz
- > > > > here's the errors I get with the serial@ command (again, same USB port): > > > > [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/tests/TestSerial$ > > serial@/dev/ttyUSB0:micaz > > bash: serial@/dev/ttyUSB0:micaz: No such file or directory

Re: [Tinyos-help] Problems with TestSerial

2008-02-17 Thread Michael Schippling
'm too new to this so I haven't the faintest idea where I'm going wrong and I am unable to follow the Mote-PC tutorial due to this, however this remains the same even if I use sudo chmod 666 /dev/ttyUSB0 Leena Kowser Ganguli > Date: Sat, 16 Feb 2008 21:04:10 -0700 > From:

RE: [Tinyos-help] Problems with TestSerial

2008-02-17 Thread Leena Ganguli
Ganguli > Date: Sat, 16 Feb 2008 21:04:10 -0700 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: tinyos-help@millennium.berkeley.edu > Subject: Re: [Tinyos-help] Problems with TestSerial > > OK let's see... > You were able to program the micaz using /dev/ttyUSB0

Re: [Tinyos-help] Problems with TestSerial

2008-02-16 Thread Michael Schippling
Date: Sat, 16 Feb 2008 18:34:55 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] Problems with TestSerial ooh, I see, it's a "command" to the testserial program...hain't never used i

RE: [Tinyos-help] Problems with TestSerial

2008-02-16 Thread Leena Ganguli
Kowser Ganguli > Date: Sat, 16 Feb 2008 18:34:55 -0700 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: tinyos-help@millennium.berkeley.edu > Subject: Re: [Tinyos-help] Problems with TestSerial > > ooh, I see, it's a "command"

Re: [Tinyos-help] Problems with TestSerial

2008-02-16 Thread Michael Schippling
ooh, I see, it's a "command" to the testserial program...hain't never used it... But it sounds like you have the same problem with Listen as well, and kevin has fixed your '/' syntax toounfortunately you have removed the email traceback and I can't remember what the original error message was

RE: [Tinyos-help] Problems with TestSerial

2008-02-16 Thread Leena Ganguli
> you need a serial@/dev > > you don't have the initial slash after the @ in what you sent so it > can't find the file. > > Kevin I have tried that, but unfortunately the same error shows up, i.e. I have also used the command in the Mote-to-PC tutorial (http://www.tinyos.net/tinyos-2.x/do

Re: [Tinyos-help] Problems with TestSerial

2008-02-16 Thread Kevin Klues
you need a serial@/dev you don't have the initial slash after the @ in what you sent so it can't find the file. Kevin On Feb 15, 2008 7:28 PM, Leena Ganguli <[EMAIL PROTECTED]> wrote: > > Hi all, > I am using the XubunTOS live CD (for tinyOS 2.x) to see if I can get the > TestSerial program

Re: [Tinyos-help] Problems with TestSerial

2008-02-15 Thread Michael Schippling
What command are you running to get the bash complaint? It looks like the shell wants a file name where you have put the serial... string. MS Leena Ganguli wrote: Hi all, I am using the XubunTOS live CD (for tinyOS 2.x) to see if I can get the TestSerial program working with micaz's. Using mak