Not so weird, because /dev/ttyS0 is not “the” serial port, just “a” serial port. /dev/ttyUSB0 is also a serial port. You could have a whole bunch of serial ports, with a mix of /dev/ttyS* and ttyUSB*. You have to tell it which one you want to connect to. Anyway, glad you got it working :-)
Michiel One commentary that I would like to do is that I had to connect to the USB device (/dev/ttyUSB0) and not to the serial port like I thought at the beggining... So the connect string was: serial@/dev/ttyUSB0:57600. When I tryed to connect via the serial port with serial@/dev/ttyS0 I was getting no response... Weird... Finally, after a bunch of problems, I've got the network communication working properly.
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
