Solved the problem
found the solution on the following web-page
http://www.eecs.harvard.edu/~brchen/telos/telos_install_guide.html
In order to let TinyOS java applications access the USB port.
You need to make a link for the USB port and let java see it as
a serial port.
ln -sf /dev/ttyUSB0 /dev/ttyS6
/dev/ttyUSB0 means the USB port your Telos mote will be at.
(USB0 should work for most cases)
/dev/ttyS6 is the serial port number you want the USB port to
become. You can pick other number if you want.
export [EMAIL PROTECTED]:telos whenever you need it.
On Fri, 2006-08-25 at 12:34 +0100, Cormac Duffy wrote:
> [EMAIL PROTECTED] jni]$ MOTECOM=serial@/dev/ttyUSB0:tmote java
> net.tinyos.tools.Listen
> Error on serial@/dev/ttyUSB0:57600: java.io.IOException: Invalid port.
> Known serial ports:
> - COM1
> - COM2
> - COM3
> - COM4
> ....
> anyone know why?
> Cormac
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help