[Tinyos-help] Communication between Pc and motes

2006-10-02 Thread mathieu . andrews
Hi,

I try to communate with from the Pc back to the motes.

I run the Lesson 6 example,  found on the tinyos web site.

And when I try to send data to mote by clicking the Clear Dataset button, but
on the  SerailForwarder window the message write failed is display.

Can anyone help me.

Mathieu.

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


Re: [Tinyos-help] Communication between Pc and motes

2006-10-02 Thread Firat TARAKTAS
Check that these lines exist in tools\java\net\tinyos\sim\Makefile. If not, 
add these lines and compile. This may be helpful


   net/tinyos/message/avrmote/*.class  \
   net/tinyos/message/micaz/*.class\
   net/tinyos/message/telos/*.class\



- Original Message - 
From: [EMAIL PROTECTED]

To: tinyos-help@Millennium.Berkeley.EDU
Sent: Monday, October 02, 2006 11:06 AM
Subject: [Tinyos-help] Communication between Pc and motes



Hi,

I try to communate with from the Pc back to the motes.

I run the Lesson 6 example,  found on the tinyos web site.

And when I try to send data to mote by clicking the Clear Dataset 
button, but

on the  SerailForwarder window the message write failed is display.

Can anyone help me.

Mathieu.

--
___
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


Re: [Tinyos-help] Communication between Pc and motes

2006-10-02 Thread Marco Antonio Lopez Trinidad

Assuming you are using cygwin, but it also applies to linux...

Have you check the permissions at the port (usb or serial)?

chmod /dev/ttyS1 +rw

You have to vefify what are exactly the ports used for the usb or serial, of
course.


ciao,
--marco.

 Hi,

 I try to communate with from the Pc back to the motes.

 I run the Lesson 6 example,  found on the tinyos web site.

 And when I try to send data to mote by clicking the Clear Dataset button,
 but
 on the  SerailForwarder window the message write failed is display.

 Can anyone help me.

 Mathieu.

 --
 ___
 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