RE: [Tinyos-help] setting node ID

2006-07-25 Thread BiBe
July 25, 2006 7:11 PM > To: tinyos-help@Millennium.Berkeley.EDU > Subject: [Tinyos-help] setting node ID > > > hi, > > i'm using tinyos v.1.1.10 and i want to set a node ID. i used > this > command: > make mica2 install,1 mib510,com1 &g

Re: [Tinyos-help] setting node ID

2006-07-25 Thread Michael Schippling
there was some debate about the use of a comma being ok, but I always use a dot: install.1 MS jurin dan wrote: hi, i'm using tinyos v.1.1.10 and i want to set a node ID. i used this command: make mica2 install,1 mib510,com1 message error was: make:***N

Re: [Tinyos-help] setting node ID

2006-07-25 Thread Mark Bramwell
try: make mica2 install.1 mib510,/dev/ttyS0 note that I have used period one ".1" not comma one ",1" - Original Message - From: "jurin dan" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 25, 2006 1:11 PM Subject: [Tinyos-help] setting node I

[Tinyos-help] setting node ID

2006-07-25 Thread jurin dan
hi, i'm using tinyos v.1.1.10 and i want to set a node ID. i used this command: make mica2 install,1 mib510,com1 message error was: make:***No rule to make target '1'. Stop. is somebody aware of the right syntax of the command? thx ___