Go to Control Panel -> System -> Hardware -> Device Manager -> Ports, there you'll see two consecutive port numbers (e.g. Com4 and Com5), the first of which is the programmer port of the MIB520, the second is the communication port. You need to use the first one to program the mote. The correct command line syntax is:
Make micaz install.42 mib510./dev/ttyS3 Here 42 is the mote id, mib510 specifies the protocol of the programming board (yes, it is mib510, not mib520), and /dev/ttyS3 says that it's hooked up onto COM4. You can use dot or comma interchangeably as a separator. Janos -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yi-Tao Wang Sent: Thursday, April 10, 2008 7:28 PM To: [email protected] Subject: [Tinyos-help] cygwin help Hi, Is there a way to figure out which com is my mote? I'm trying to install the Blink app onto my micaz mote. It's plugged into one of my USB ports but when I do "make micaz install mib520.com0", no matter what com number I put in, it always gives a bunch of "flash error at address" errors. Thanks, David _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
