Hi Luís,

I just had a look. It appears that telosa, telosb and tmote all use the 
same baud rate, and that the platform name for telosa on TinyOS is just 
"telos" (not tmote).

TelosA and TelosB/Tmote are similar, but not identical. It is entirely 
possible that if you compile your programs for the platform "tmote" they 
will install on the TelosA and maybe even blink the LEDs, but that other 
things (like serial communication) will not work. When you compile the 
test programs, did you do a "make telos" (and not "make tmote")? (and 
similarly "make telos install")

If it still doesn't work, could you send us the exact commands that you 
use (make, make install, java ...Listen...) and the output that you get 
for each of the commands (e.g., copy/past the text from your terminal)?

Cheers,
Urs


On 10/25/11 11:48 PM, Luís Pereira wrote:
> Hi Rafael,
>
> well when I run motelist i have:
>
> Reference Device Description
> ---------- ---------------- ---------------------------------------------
> M4MWCK4F /dev/ttyUSB0 Moteiv Telos (Rev A 2004-04-27)
>
> Then i run:
>
> java net.tinyos.tools.Listen -comm serial@/dev/ttyUSB0:tmote
>
> and i got:
>
> serial@/dev/ttyUSB0:115200: resynchronising
>
> and the leds of the mote stop blinking.
>
> Luís Pereira
>
>
> 2011/10/25 Rafael de Oliveira Costa <rafaeldeoliveiraco...@gmail.com
> <mailto:rafaeldeoliveiraco...@gmail.com>>
>
>     Hi Luís,
>
>     please show what command did you executed.
>
>     Rafael de Oliveira Costa,M.Sc. Student
>     PPGI - UFRJ
>     Rio de Janeiro, RJ, Brazil
>     http://www.labnet.nce.ufrj.br <http://www.labnet.nce.ufrj.br/>
>     "The first step to getting the things you want out of life is this :
>     decide what you want", Ben Stein
>
>
>
>     2011/10/24 Luís Pereira <luispereira....@gmail.com
>     <mailto:luispereira....@gmail.com>>
>
>         Hi All,
>
>         I'm starting a project at my school using telosa. I'm trying to
>         do the tutorial and i got stuck in lesson 4.
>
>         I can't receive data from telosa. When I try
>         "java.net.tinyos.tools.Listen" or "java TestSerial" or even the
>         serialForwarder programs it shows me the "resynchronizing"
>         message and nothing else happens. With the application that the
>         mote blinks it's leds in an binary count, when i try to connect
>         it stops counting.
>
>         I already search in all the mailing list i nothing i found about
>         this solve my problem.
>
>         Can anyone help me please?
>
>         Thanks for your help
>         Luís Pereira
>
>         _______________________________________________
>         Tinyos-help mailing list
>         Tinyos-help@millennium.berkeley.edu
>         <mailto:Tinyos-help@millennium.berkeley.edu>
>         
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>
>
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to