[Tinyos-help] Blip: ip-driver error on iris mote

2010-03-29 Thread David Li
Hi, I am using the latest tinyos-2.x tree on Ubuntu9.10. I have compiled for Iris target and installed IPBasestation. Now I am puzzled by the following error when starting the ip-driver /tinyos-2.x/support/sdk/c/blip$ sudo driver/ip-driver /dev/ttyUSB1 iris 2010-03-29T10:12:26.683PST: INFO: Read

[Tinyos-help] Blip: ip-driver error on iris mote

2010-03-30 Thread Jorge Silvestre
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Blip: ip-driver error on iris mote

2010-03-30 Thread spp17329
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Blip ip-driver error on iris mote

2010-03-30 Thread spp17329
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Blip ip-driver error on iris mote

2010-03-30 Thread spp17329
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] Blip: ip-driver error on iris mote

2010-03-30 Thread Jorge Silvestre
Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] Blip: ip-driver error on iris mote

2010-03-29 Thread Jordi Soucheiron
I got a similar mistake when I was porting IPBasestation to the Z1. The problem was that the serial port was not sending or receiving data. Finally I got it working making some changes to both the IPBasestation and blip code. 2010/3/29 David Li > Hi, > > I am using the latest tinyos-2.x tree on

Re: [Tinyos-help] Blip: ip-driver error on iris mote

2010-03-29 Thread Miklos Maroti
Yeah, maybe the ip-driver is expecting/opening a 115200 baud rate connection (this is the default on the telos), but the iris is working at 57600 baud. Miklos On Mon, Mar 29, 2010 at 9:00 PM, Jordi Soucheiron wrote: > I got a similar mistake when I was porting IPBasestation to the Z1. The > probl

Re: [Tinyos-help] Blip: ip-driver error on iris mote

2010-03-29 Thread w . david . li
I am curious if ip-driver can accept an option to specify the actual baud rate. - David On Mar 29, 2010 12:40pm, Miklos Maroti wrote: Yeah, maybe the ip-driver is expecting/opening a 115200 baud rate connection (this is the default on the telos), but the iris is working at 57600 baud.