|
From: Phung K. H. <kp...@et...> - 2009-11-04 14:08:30
|
Hello, I am also interested in the shell_sendtest example. The first problem is that only one mote is recognized at a time. After checking something with ftdi driver, now no mote is recognized. Could you suggest me something in connection with ftdi? I am using instant contiki. I installed ftdi driver running on Window XP. Some days ago, it worked well, however, sometimes I had to re run driver installation then it was ok. Hope to get quick solution! Ha. From: Melanie Schranz [mailto:sch...@gm...] Sent: Wednesday, November 04, 2009 12:12 PM To: Contiki developer mailing list Subject: Re: [Contiki-developers] network performance Hello! I did all that way: Edit the file examples/sky-shell/sky-shell.c Add the line shell_sendtest_init(); among the other *_init(); calls. You will probably need to comment out some of the other _init()s to make the whole thing fit into memory (e.g. remove shell_sky_init()). Connect two motes to your pc, then upload the code as usual: make sky-shell.upload Login to one of them: make login MOTE=1 sendtest x.y 1000 100 where x.y is the node ID of the other one (obtain with 'make login MOTE=2' and press return). The problem is that the MOTE displays that no Node ID is set. How to set now this ID? Melanie <DIV><FONT size="1" face="sans-serif, Arial, Helvetica, Geneva">Disclaimer regarding e-mail communication: Unless indicated otherwise, the information contained in this message and/or attachments is privileged, confidential and subject to copyright, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. Sender, his/her employer and local service provider(s) accept no liability for any damage caused by any virus transmitted by this email. Furthermore, sender, his/her employer and local service provider(s) do not warrant a proper and complete transmission of this information, nor do they accept liability for any delays. We therefore recommend that you check e-mail messages and any attached files for the presence of viruses prior to use. If you have received this message in error, please contact the sender and delete the message! Thank you.</FONT></DIV> |