The fact that the MIB520 is visible as COM3+COM4 in windows does not imply that it's /dev/ttyS2 when you boot Linux.
After you plug in the programming, check dmesg to see what the character devices that correspond to the MIB520 are. They are typically /dev/ttyUSB0 and /dev/ttyUSB1. The former should be used to program the mote, the latter to communicate with it. Janos From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SS C Sent: Friday, April 25, 2008 1:50 PM To: tinyos-help Subject: [Tinyos-help] MIB520 on TinyOS 1.x Ubuntu Hi all, I'm running tinyos 1.x on Ubuntu. Recently I'm trying to program my micaz through MIB520. As the virtural com port for program is com3 on my laptop, I used "make micaz install mib510,/dev/ttyS2" to download the Blink app, I got the error: Programmer is not responding. If I use "make micaz install mib520,/dev/ttyS2", I'll get an error: /dev/parport0: No such file or directory Failed to open ppdev. Does anyone here know what's going on? Thanks a lot! Jessie
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
