[Tinyos-help] Re: Using a USB port to connect to a MIB510

2007-10-04 Thread Khew U-Wei
Hi Aneekat, I tried the above command you provided: $ make mica2 install.0mib510,/dev/ttyS6 for a COM7 port and this is my error report: compiled TOSBase to build/mica2/main.exe 9022 bytes in ROM 584 bytes in RAM avr-objcopy --output-target=srec build/mica2/main.exe

Re: [Tinyos-help] Re: Using a USB port to connect to a MIB510

2007-10-04 Thread Jeongyeup Paek
The mote seems to be dead. Try changing the mote. Thanks Khew U-Wei wrote: Hi Aneekat, I tried the above command you provided: $ make mica2 install.0 mib510,/dev/ttyS6 for a COM7 port and this is my error report: compiled TOSBase to build/mica2/main.exe 9022 bytes in ROM

[Tinyos-help] RE: Using a USB port to connect to a MIB510

2007-09-24 Thread aneekat patkar
The problem is with the digit to be put after ttys0 in MIB510='/dev/ttys0' make mica2 install.0 mib510 By S0 you refer to the COM1 port which is a 9-pin serial port . To get the correct port number do the following : 1. RIght-click on My Computer and click on Properties. 2. Go to hardware and

[Tinyos-help] Re: Using a USB port to connect to a MIB510 Programming Board

2007-09-24 Thread John Vial
Hey Mate, My USB serial adapter is attatched to '/dev/ttyUSB0' have a look in /dev to see if yours is the same. Regards, John Vial -- Hi Everyone, I am currently using a MIB510 Board to program my Mica-2 nodes. However, I am unable to use in on my laptop as it

Re: [Tinyos-help] Re: Using a USB port to connect to a MIB510 Programming Board

2007-09-24 Thread sougata sen
yes it wont be /devttys0, check out the hardware settings for the port thats being used On 9/25/07, John Vial [EMAIL PROTECTED] wrote: Hey Mate, My USB serial adapter is attatched to '/dev/ttyUSB0' have a look in /dev to see if yours is the same. Regards, John Vial